Html Css Color HEX #308C21 Forest Green

📋 copy color: '#308C21'

red 48 ◦ green 140 ◦ blue 33

#308C21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #308C21

Tints of Forest Green #308C21

RGB

 RED value IS 48 (19.14% from 255) = 21.72%

 GREEN value IS 140 (55.08% from 255) = 63.35%

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 21.72%
G = 63.35%
B = 14.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#308C21 (or 0x308C21) is known color: Forest Green. HEX triplet: 30, 8C and 21. RGB value is (48,140,33). Sum of RGB (Red+Green+Blue) = 48+140+33=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #308C21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C21 is #CF73DE. Grayscale: #646464. Windows color (decimal): -13595615 or 2198576. OLE color: 2198576.

HSL color Cylindrical-coordinate representation of color #308C21: hue angle of 111.59º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308C21 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 33 -
CMYK 0.66 0 0.76 0.45
HSL 111.59º 0.62% 0.34% -
HSV(B) 111.59º 0.76% 0.55% -
XYZ 10.87 19.49 4.63 -
YUV 100.29 90.02 90.7 -
System Red Green Blue C M Y K H S L
Decimal 48 140 33 0.66 0 0.76 0.45 111.59 0.62 0.34
Hex 30 8C 21 42 0 4C 2D 70 3E 22
Octal 60 214 41 102 0 114 55 160 76 42
Binary 110000 10001100 100001 1000010 0 1001100 101101 1110000 111110 100010

Color Harmonies of #308C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C21

Black with #308C21

Text Example


Text Example

White with #308C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C21; }

 p { color: rgb(48,140,33); }

 H1.HeaderClassName
 {
   color: #308C21;
 }
 .AnyTagClassName
 {
   color: #308C21;
 }
</style>

background-color css

<style>
 a { background-color: #308C21; }

 a { background-color: rgb(48,140,33); }

 div.DivClassName
 {
   background-color: #308C21;
 }
 .BgClassName
 {
   background-color: #308C21;
 }
</style>

border-color css

<style>
 span { border-color: #308C21; }

 span { border-color: rgb(48,140,33); }

 td.TdClassName
 {
   border-color: #308C21;
 }
 .TagClassName
 {
   border-color: #308C21;
 }
</style>