Html Css Color HEX #217514 Forest Green

📋 copy color: '#217514'

red 33 ◦ green 117 ◦ blue 20

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

Shades of Forest Green #217514

Tints of Forest Green #217514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 68.82%

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 19.41%
G = 68.82%
B = 11.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#217514 (or 0x217514) is known color: Forest Green. HEX triplet: 21, 75 and 14. RGB value is (33,117,20). Sum of RGB (Red+Green+Blue) = 33+117+20=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #217514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217514 is #DE8AEB. Grayscale: #515151. Windows color (decimal): -14584556 or 1340705. OLE color: 1340705.

HSL color Cylindrical-coordinate representation of color #217514: hue angle of 111.96º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217514 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 20 -
CMYK 0.72 0 0.83 0.54
HSL 111.96º 0.71% 0.27% -
HSV(B) 111.96º 0.83% 0.46% -
XYZ 7.11 13.1 2.81 -
YUV 80.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 33 117 20 0.72 0 0.83 0.54 111.96 0.71 0.27
Hex 21 75 14 48 0 53 36 70 47 1B
Octal 41 165 24 110 0 123 66 160 107 33
Binary 100001 1110101 10100 1001000 0 1010011 110110 1110000 1000111 11011

Color Harmonies of #217514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217514

Black with #217514

Text Example


Text Example

White with #217514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217514; }

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

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

background-color css

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

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

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

border-color css

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

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

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