Html Css Color HEX #217014 Forest Green

📋 copy color: '#217014'

red 33 ◦ green 112 ◦ blue 20

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

Shades of Forest Green #217014

Tints of Forest Green #217014

RGB

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

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

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

R = 20%
G = 67.88%
B = 12.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#217014 (or 0x217014) is known color: Forest Green. HEX triplet: 21, 70 and 14. RGB value is (33,112,20). Sum of RGB (Red+Green+Blue) = 33+112+20=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #217014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217014 is #DE8FEB. Grayscale: #4E4E4E. Windows color (decimal): -14585836 or 1339425. OLE color: 1339425.

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

Color convert

RGB 33 112 20 -
CMYK 0.71 0 0.82 0.56
HSL 111.52º 0.7% 0.26% -
HSV(B) 111.52º 0.82% 0.44% -
XYZ 6.55 11.96 2.63 -
YUV 77.89 95.33 95.98 -
System Red Green Blue C M Y K H S L
Decimal 33 112 20 0.71 0 0.82 0.56 111.52 0.7 0.26
Hex 21 70 14 47 0 52 38 70 46 1A
Octal 41 160 24 107 0 122 70 160 106 32
Binary 100001 1110000 10100 1000111 0 1010010 111000 1110000 1000110 11010

Color Harmonies of #217014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217014

Black with #217014

Text Example


Text Example

White with #217014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217014; }

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

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

background-color css

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

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

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

border-color css

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

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

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