COLOR #308B02

HEX: #308B02 RGB: (48,139,2)

Color info

#308B02 contains mainly green color. Web safe color of #308B02 is #339900 (or #390).

RGB color model

#308B02 color RGB value is (48,139,2).

RGB: (48,139,2) (19%, 55%, 1%)

RGB channels and saturation

R 48 of 255 = 19%
G 139 of 255 = 55%
B 2 of 255 = 1%

48
139
2

R + G + B ~ 25%. #308B02 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 139 + 2 = 189 (100%)
R 48 of 189 ~ 25.4%
G 139 of 189 ~ 73.54%
B 2 of 189 ~ 1.06'%

%25.4
%73.54

CMYK color model

#308B02 color CMYK value is (65,0,99,45).

  • cyan value is 65.47%
  • magenta value is 0.00%
  • yellow value is 98.56%
  • key color value is 45.49%
CMYK: (65,0,99,45) C65M0Y99K45 (65%,0%,99%,45%) (0.65/0.00/0.99/0.45) 

CMYK percentages

%65.47
%0
%98.56
%45.49

Codes

Color #308B02 in popluar color models

30 8B 02
RGB 48 139 2
HSL 100° 97.16% 27.65%
HSB/HSV 100° 98.56% 54.51%
CMYK 65.47% 0.00% 98.56%
45.49%

Color #308B02 in popluar number systems.

HEX 30 8B 02
Decimal 48 139 2
Binary 110000 10001011 10
Octal 60 213 2

Shades and tints

Shades of #308B02

#308B02
(48,139,2)
#2C7F02
(44,127,2)
#287302
(40,115,2)
#246702
(36,103,2)
#205B02
(32,91,2)
#1C4F02
(28,79,2)
#184302
(24,67,2)
#143702
(20,55,2)
#102B02
(16,43,2)
#0C1F02
(12,31,2)
#081302
(8,19,2)
#000000
(0,0,0)

Tints of #308B02

#308B02
(48,139,2)
#429519
(66,149,25)
#549F30
(84,159,48)
#66A947
(102,169,71)
#78B35E
(120,179,94)
#8ABD75
(138,189,117)
#9CC78C
(156,199,140)
#AED1A3
(174,209,163)
#C0DBBA
(192,219,186)
#D2E5D1
(210,229,209)
#E4EFE8
(228,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308B02 color. Also use rgb(48,139,2) instead hex code.

Text Font Color

.myTextColor { color: #308B02; }

<p style="color:#308B02">This sample text font color is #308B02.</p>

This text font color is #308B02.

Background Color

.myBgColor { background-color: #308B02; }

<div style="background-color:#308B02">Inner text</div>

This div background color is #308B02.

Border color

.myBorderColor { border: 1px solid #308B02; }

<div style="border:3px solid #308B02">Div</div>

This div border color is #308B02.

Opacity

.myOpacity80 { color: #308B02; opacity: 0.8; }

<p style="color:#308B02;opacity:0.8;">80%</p>

Text with #308B02 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #308B02;}

<p style="text-shadow: 3px 3px 1px #308B02">Text here.</p>

This text has shadow with #308B02 color.


.textShadow {text-shadow: 3px 3px 1px #308B02', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #308B02, 5px 5px 20px red">Text here.</p>

This text has shadow with #308B02 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#308B02, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#308B02, Direction=45, Strength=4)">Text</p>

This text has shadow with #308B02 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #308B02;
-webkit-box-shadow: 1px 1px 3px 2px #308B02;
box-shadow: 1px 1px 3px 2px #308B02;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #308B02; -webkit-box-shadow: 1px 1px 3px 2px #308B02; box-shadow:1px 1px 3px 2px #308B02;">
Div content here
</div>

This div box has shadow with color #308B02.

Preview

Color preview on black background

This text has color #308B02 on black background.


Color preview on white background

This text has color #308B02 on white background.


Black color preview on #308B02 background

This text has black color on #308B02 background.


White color preview on #308B02 background

This text has white color on #308B02 background.


Related colors

Complementary color

Complementary color for #hex is #CF74FD.


I love getcolorcode.com

Triadic colors

1 #02308B and #8B0230 with #308B02 are triadic colors.

2 #028B30 and #8B3002 with #308B02 are triadic colors.