Html Css Color HEX #206E13 Forest Green

📋 copy color: '#206E13'

red 32 ◦ green 110 ◦ blue 19

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

Shades of Forest Green #206E13

Tints of Forest Green #206E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 68.32%

 BLUE value IS 19 (7.81% from 255) = 11.8%

R = 19.88%
G = 68.32%
B = 11.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#206E13 (or 0x206E13) is known color: Forest Green. HEX triplet: 20, 6E and 13. RGB value is (32,110,19). Sum of RGB (Red+Green+Blue) = 32+110+19=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #206E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206E13 is #DF91EC. Grayscale: #4C4C4C. Windows color (decimal): -14651885 or 1273376. OLE color: 1273376.

HSL color Cylindrical-coordinate representation of color #206E13: hue angle of 111.43º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206E13 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 110 19 -
CMYK 0.71 0 0.83 0.57
HSL 111.43º 0.71% 0.25% -
HSV(B) 111.43º 0.83% 0.43% -
XYZ 6.29 11.51 2.51 -
YUV 76.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 32 110 19 0.71 0 0.83 0.57 111.43 0.71 0.25
Hex 20 6E 13 47 0 53 39 6F 47 19
Octal 40 156 23 107 0 123 71 157 107 31
Binary 100000 1101110 10011 1000111 0 1010011 111001 1101111 1000111 11001

Color Harmonies of #206E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206E13

Black with #206E13

Text Example


Text Example

White with #206E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206E13; }

 p { color: rgb(32,110,19); }

 H1.HeaderClassName
 {
   color: #206E13;
 }
 .AnyTagClassName
 {
   color: #206E13;
 }
</style>

background-color css

<style>
 a { background-color: #206E13; }

 a { background-color: rgb(32,110,19); }

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

border-color css

<style>
 span { border-color: #206E13; }

 span { border-color: rgb(32,110,19); }

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