Html Css Color HEX #207D13 Forest Green

📋 copy color: '#207D13'

red 32 ◦ green 125 ◦ blue 19

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

Shades of Forest Green #207D13

Tints of Forest Green #207D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 71.02%

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

R = 18.18%
G = 71.02%
B = 10.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#207D13 (or 0x207D13) is known color: Forest Green. HEX triplet: 20, 7D and 13. RGB value is (32,125,19). Sum of RGB (Red+Green+Blue) = 32+125+19=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #207D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207D13 is #DF82EC. Grayscale: #555555. Windows color (decimal): -14648045 or 1277216. OLE color: 1277216.

HSL color Cylindrical-coordinate representation of color #207D13: hue angle of 112.64º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207D13 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 125 19 -
CMYK 0.74 0 0.85 0.51
HSL 112.64º 0.74% 0.28% -
HSV(B) 112.64º 0.85% 0.49% -
XYZ 8.05 15.02 3.09 -
YUV 85.11 90.69 90.12 -
System Red Green Blue C M Y K H S L
Decimal 32 125 19 0.74 0 0.85 0.51 112.64 0.74 0.28
Hex 20 7D 13 4A 0 55 33 71 4A 1C
Octal 40 175 23 112 0 125 63 161 112 34
Binary 100000 1111101 10011 1001010 0 1010101 110011 1110001 1001010 11100

Color Harmonies of #207D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207D13

Black with #207D13

Text Example


Text Example

White with #207D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207D13; }

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

 H1.HeaderClassName
 {
   color: #207D13;
 }
 .AnyTagClassName
 {
   color: #207D13;
 }
</style>

background-color css

<style>
 a { background-color: #207D13; }

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

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

border-color css

<style>
 span { border-color: #207D13; }

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

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