Html Css Color HEX #217013 Forest Green

📋 copy color: '#217013'

red 33 ◦ green 112 ◦ blue 19

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

Shades of Forest Green #217013

Tints of Forest Green #217013

RGB

 RED value IS 33 (13.28% from 255) = 20.12%

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

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

R = 20.12%
G = 68.29%
B = 11.59%

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

#217013 (or 0x217013) is known color: Forest Green. HEX triplet: 21, 70 and 13. RGB value is (33,112,19). Sum of RGB (Red+Green+Blue) = 33+112+19=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #217013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217013 is #DE8FEC. Grayscale: #4E4E4E. Windows color (decimal): -14585837 or 1273889. OLE color: 1273889.

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

Color convert

RGB 33 112 19 -
CMYK 0.71 0 0.83 0.56
HSL 110.97º 0.71% 0.26% -
HSV(B) 110.97º 0.83% 0.44% -
XYZ 6.54 11.96 2.58 -
YUV 77.78 94.83 96.06 -
System Red Green Blue C M Y K H S L
Decimal 33 112 19 0.71 0 0.83 0.56 110.97 0.71 0.26
Hex 21 70 13 47 0 53 38 6F 47 1A
Octal 41 160 23 107 0 123 70 157 107 32
Binary 100001 1110000 10011 1000111 0 1010011 111000 1101111 1000111 11010

Color Harmonies of #217013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217013

Black with #217013

Text Example


Text Example

White with #217013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217013; }

 p { color: rgb(33,112,19); }

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

background-color css

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

 a { background-color: rgb(33,112,19); }

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

border-color css

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

 span { border-color: rgb(33,112,19); }

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