Html Css Color HEX #217814 Forest Green

📋 copy color: '#217814'

red 33 ◦ green 120 ◦ blue 20

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

Shades of Forest Green #217814

Tints of Forest Green #217814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 69.36%

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

R = 19.08%
G = 69.36%
B = 11.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#217814 (or 0x217814) is known color: Forest Green. HEX triplet: 21, 78 and 14. RGB value is (33,120,20). Sum of RGB (Red+Green+Blue) = 33+120+20=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #217814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217814 is #DE87EB. Grayscale: #525252. Windows color (decimal): -14583788 or 1341473. OLE color: 1341473.

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

Color convert

RGB 33 120 20 -
CMYK 0.72 0 0.83 0.53
HSL 112.2º 0.71% 0.27% -
HSV(B) 112.2º 0.83% 0.47% -
XYZ 7.47 13.81 2.93 -
YUV 82.59 92.68 92.63 -
System Red Green Blue C M Y K H S L
Decimal 33 120 20 0.72 0 0.83 0.53 112.2 0.71 0.27
Hex 21 78 14 48 0 53 35 70 47 1B
Octal 41 170 24 110 0 123 65 160 107 33
Binary 100001 1111000 10100 1001000 0 1010011 110101 1110000 1000111 11011

Color Harmonies of #217814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217814

Black with #217814

Text Example


Text Example

White with #217814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217814; }

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

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

background-color css

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

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

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

border-color css

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

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

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