Html Css Color HEX #217413 Forest Green

📋 copy color: '#217413'

red 33 ◦ green 116 ◦ blue 19

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

Shades of Forest Green #217413

Tints of Forest Green #217413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 69.05%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 19.64%
G = 69.05%
B = 11.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#217413 (or 0x217413) is known color: Forest Green. HEX triplet: 21, 74 and 13. RGB value is (33,116,19). Sum of RGB (Red+Green+Blue) = 33+116+19=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #217413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217413 is #DE8BEC. Grayscale: #505050. Windows color (decimal): -14584813 or 1274913. OLE color: 1274913.

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

Color convert

RGB 33 116 19 -
CMYK 0.72 0 0.84 0.55
HSL 111.34º 0.72% 0.26% -
HSV(B) 111.34º 0.84% 0.45% -
XYZ 6.99 12.86 2.73 -
YUV 80.13 93.5 94.39 -
System Red Green Blue C M Y K H S L
Decimal 33 116 19 0.72 0 0.84 0.55 111.34 0.72 0.26
Hex 21 74 13 48 0 54 37 6F 48 1A
Octal 41 164 23 110 0 124 67 157 110 32
Binary 100001 1110100 10011 1001000 0 1010100 110111 1101111 1001000 11010

Color Harmonies of #217413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217413

Black with #217413

Text Example


Text Example

White with #217413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217413; }

 p { color: rgb(33,116,19); }

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

background-color css

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

 a { background-color: rgb(33,116,19); }

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

border-color css

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

 span { border-color: rgb(33,116,19); }

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