Html Css Color HEX #207913 Forest Green

📋 copy color: '#207913'

red 32 ◦ green 121 ◦ blue 19

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

Shades of Forest Green #207913

Tints of Forest Green #207913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 70.35%

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

R = 18.6%
G = 70.35%
B = 11.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#207913 (or 0x207913) is known color: Forest Green. HEX triplet: 20, 79 and 13. RGB value is (32,121,19). Sum of RGB (Red+Green+Blue) = 32+121+19=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #207913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207913 is #DF86EC. Grayscale: #535353. Windows color (decimal): -14649069 or 1276192. OLE color: 1276192.

HSL color Cylindrical-coordinate representation of color #207913: hue angle of 112.35º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207913 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 121 19 -
CMYK 0.74 0 0.84 0.53
HSL 112.35º 0.73% 0.27% -
HSV(B) 112.35º 0.84% 0.47% -
XYZ 7.55 14.03 2.93 -
YUV 82.76 92.01 91.79 -
System Red Green Blue C M Y K H S L
Decimal 32 121 19 0.74 0 0.84 0.53 112.35 0.73 0.27
Hex 20 79 13 4A 0 54 35 70 49 1B
Octal 40 171 23 112 0 124 65 160 111 33
Binary 100000 1111001 10011 1001010 0 1010100 110101 1110000 1001001 11011

Color Harmonies of #207913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207913

Black with #207913

Text Example


Text Example

White with #207913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207913; }

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

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

background-color css

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

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

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

border-color css

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

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

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