Html Css Color HEX #207015 Forest Green

📋 copy color: '#207015'

red 32 ◦ green 112 ◦ blue 21

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

Shades of Forest Green #207015

Tints of Forest Green #207015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.88%

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 19.39%
G = 67.88%
B = 12.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#207015 (or 0x207015) is known color: Forest Green. HEX triplet: 20, 70 and 15. RGB value is (32,112,21). Sum of RGB (Red+Green+Blue) = 32+112+21=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #207015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207015 is #DF8FEA. Grayscale: #4D4D4D. Windows color (decimal): -14651371 or 1404960. OLE color: 1404960.

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

Color convert

RGB 32 112 21 -
CMYK 0.71 0 0.81 0.56
HSL 112.75º 0.68% 0.26% -
HSV(B) 112.75º 0.81% 0.44% -
XYZ 6.53 11.95 2.67 -
YUV 77.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 32 112 21 0.71 0 0.81 0.56 112.75 0.68 0.26
Hex 20 70 15 47 0 51 38 71 44 1A
Octal 40 160 25 107 0 121 70 161 104 32
Binary 100000 1110000 10101 1000111 0 1010001 111000 1110001 1000100 11010

Color Harmonies of #207015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207015

Black with #207015

Text Example


Text Example

White with #207015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207015; }

 p { color: rgb(32,112,21); }

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

background-color css

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

 a { background-color: rgb(32,112,21); }

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

border-color css

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

 span { border-color: rgb(32,112,21); }

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