#217B14

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

Shades of Forest Green #217B14

Tints of Forest Green #217B14

Color information

#217B14 (or 0x217B14) is unknown color: approx Forest Green. HEX triplet: 21, 7B and 14. RGB value is (33,123,20). Sum of RGB (Red+Green+Blue) = 33+123+20=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 123 (48.44% from 255 or 69.89% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 123 - color contains mainly: green. Hex color #217B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217B14 is #DE84EB. Grayscale: #545454. Windows color (decimal): -14583020 or 1342241. OLE color: 1342241.

HSL color Cylindrical-coordinate representation of color #217B14: hue angle of 112.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217B14 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB3312320-
CMYK0.7300.840.52
HSL112.43º72.03%28.04%-
HSV(B)112.43º83.74%48.24%-
XYZ7.8414.543.06-
YUV84.3591.6891.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 123 (48.44% from 255) = 69.89%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=18.75%
G=69.89%
B=11.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33123200.7300.840.52112.4372.0328.04
Hex217B14490543470481c
Octal411732411101246416011034
Binary1000011111011101001001001010101001101001110000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217B14; }

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

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

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

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

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

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

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

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