#217214

Color #217214 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #217214

Tints of Forest Green #217214

Color information

#217214 (or 0x217214) is unknown color: approx Forest Green. HEX triplet: 21, 72 and 14. RGB value is (33,114,20). Sum of RGB (Red+Green+Blue) = 33+114+20=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #217214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217214 is #DE8DEB. Grayscale: #4F4F4F. Windows color (decimal): -14585324 or 1339937. OLE color: 1339937.

HSL color Cylindrical-coordinate representation of color #217214: hue angle of 111.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217214 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB3311420-
CMYK0.7100.820.55
HSL111.7º70.15%26.27%-
HSV(B)111.7º82.46%44.71%-
XYZ6.7712.412.7-
YUV79.0694.6695.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 114 (44.92% from 255) = 68.26%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=19.76%
G=68.26%
B=11.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114200.7100.820.55111.770.1526.27
Hex217214470523770461a
Octal411622410701226716010632
Binary1000011110010101001000111010100101101111110000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217214; }

 p { color: rgb(33,114,20); }

 H1.HeaderClassName
 {
   color: #217214;
 }
 .AnyTagClassName
 {
   color: #217214;
 }
</style>
background-color css

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

 a { background-color: rgb(33,114,20); }

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

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

 span { border-color: rgb(33,114,20); }

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