Html Css Color HEX #206F13 Forest Green

📋 copy color: '#206F13'

red 32 ◦ green 111 ◦ blue 19

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

Shades of Forest Green #206F13

Tints of Forest Green #206F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 68.52%

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

R = 19.75%
G = 68.52%
B = 11.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#206F13 (or 0x206F13) is known color: Forest Green. HEX triplet: 20, 6F and 13. RGB value is (32,111,19). Sum of RGB (Red+Green+Blue) = 32+111+19=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #206F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206F13 is #DF90EC. Grayscale: #4D4D4D. Windows color (decimal): -14651629 or 1273632. OLE color: 1273632.

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

Color convert

RGB 32 111 19 -
CMYK 0.71 0 0.83 0.56
HSL 111.52º 0.71% 0.25% -
HSV(B) 111.52º 0.83% 0.44% -
XYZ 6.4 11.72 2.54 -
YUV 76.89 95.33 95.98 -
System Red Green Blue C M Y K H S L
Decimal 32 111 19 0.71 0 0.83 0.56 111.52 0.71 0.25
Hex 20 6F 13 47 0 53 38 70 47 19
Octal 40 157 23 107 0 123 70 160 107 31
Binary 100000 1101111 10011 1000111 0 1010011 111000 1110000 1000111 11001

Color Harmonies of #206F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F13

Black with #206F13

Text Example


Text Example

White with #206F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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