Html Css Color HEX #217914 Forest Green

📋 copy color: '#217914'

red 33 ◦ green 121 ◦ blue 20

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

Shades of Forest Green #217914

Tints of Forest Green #217914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 69.54%

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

R = 18.97%
G = 69.54%
B = 11.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#217914 (or 0x217914) is known color: Forest Green. HEX triplet: 21, 79 and 14. RGB value is (33,121,20). Sum of RGB (Red+Green+Blue) = 33+121+20=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 121 (47.66% from 255 or 69.54% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 121 - color contains mainly: green. Hex color #217914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217914 is #DE86EB. Grayscale: #535353. Windows color (decimal): -14583532 or 1341729. OLE color: 1341729.

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

Color convert

RGB 33 121 20 -
CMYK 0.73 0 0.83 0.53
HSL 112.28º 0.72% 0.28% -
HSV(B) 112.28º 0.83% 0.47% -
XYZ 7.59 14.05 2.97 -
YUV 83.17 92.35 92.21 -
System Red Green Blue C M Y K H S L
Decimal 33 121 20 0.73 0 0.83 0.53 112.28 0.72 0.28
Hex 21 79 14 49 0 53 35 70 48 1C
Octal 41 171 24 111 0 123 65 160 110 34
Binary 100001 1111001 10100 1001001 0 1010011 110101 1110000 1001000 11100

Color Harmonies of #217914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217914

Black with #217914

Text Example


Text Example

White with #217914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217914; }

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

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

background-color css

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

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

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

border-color css

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

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

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