Html Css Color HEX #217010 Forest Green

📋 copy color: '#217010'

red 33 ◦ green 112 ◦ blue 16

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

Shades of Forest Green #217010

Tints of Forest Green #217010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 20.5%
G = 69.57%
B = 9.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#217010 (or 0x217010) is known color: Forest Green. HEX triplet: 21, 70 and 10. RGB value is (33,112,16). Sum of RGB (Red+Green+Blue) = 33+112+16=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #217010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217010 is #DE8FEF. Grayscale: #4D4D4D. Windows color (decimal): -14585840 or 1077281. OLE color: 1077281.

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

Color convert

RGB 33 112 16 -
CMYK 0.71 0 0.86 0.56
HSL 109.38º 0.75% 0.25% -
HSV(B) 109.38º 0.86% 0.44% -
XYZ 6.51 11.95 2.45 -
YUV 77.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 33 112 16 0.71 0 0.86 0.56 109.38 0.75 0.25
Hex 21 70 10 47 0 56 38 6D 4B 19
Octal 41 160 20 107 0 126 70 155 113 31
Binary 100001 1110000 10000 1000111 0 1010110 111000 1101101 1001011 11001

Color Harmonies of #217010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217010

Black with #217010

Text Example


Text Example

White with #217010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217010; }

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

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

background-color css

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

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

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

border-color css

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

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

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