Html Css Color HEX #209C14 Forest Green

📋 copy color: '#209C14'

red 32 ◦ green 156 ◦ blue 20

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

Shades of Forest Green #209C14

Tints of Forest Green #209C14

RGB

 RED value IS 32 (12.89% from 255) = 15.38%

 GREEN value IS 156 (61.33% from 255) = 75%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 15.38%
G = 75%
B = 9.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#209C14 (or 0x209C14) is known color: Forest Green. HEX triplet: 20, 9C and 14. RGB value is (32,156,20). Sum of RGB (Red+Green+Blue) = 32+156+20=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 156 (61.33% from 255 or 75% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 156 - color contains mainly: green. Hex color #209C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209C14 is #DF63EB. Grayscale: #676767. Windows color (decimal): -14640108 or 1350688. OLE color: 1350688.

HSL color Cylindrical-coordinate representation of color #209C14: hue angle of 114.71º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #209C14 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 156 20 -
CMYK 0.79 0 0.87 0.39
HSL 114.71º 0.77% 0.35% -
HSV(B) 114.71º 0.87% 0.61% -
XYZ 12.61 24.13 4.66 -
YUV 103.42 80.92 77.06 -
System Red Green Blue C M Y K H S L
Decimal 32 156 20 0.79 0 0.87 0.39 114.71 0.77 0.35
Hex 20 9C 14 4F 0 57 27 73 4D 23
Octal 40 234 24 117 0 127 47 163 115 43
Binary 100000 10011100 10100 1001111 0 1010111 100111 1110011 1001101 100011

Color Harmonies of #209C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209C14

Black with #209C14

Text Example


Text Example

White with #209C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209C14; }

 p { color: rgb(32,156,20); }

 H1.HeaderClassName
 {
   color: #209C14;
 }
 .AnyTagClassName
 {
   color: #209C14;
 }
</style>

background-color css

<style>
 a { background-color: #209C14; }

 a { background-color: rgb(32,156,20); }

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

border-color css

<style>
 span { border-color: #209C14; }

 span { border-color: rgb(32,156,20); }

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