Html Css Color HEX #217C14 Forest Green

📋 copy color: '#217C14'

red 33 ◦ green 124 ◦ blue 20

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

Shades of Forest Green #217C14

Tints of Forest Green #217C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 70.06%

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

R = 18.64%
G = 70.06%
B = 11.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#217C14 (or 0x217C14) is known color: Forest Green. HEX triplet: 21, 7C and 14. RGB value is (33,124,20). Sum of RGB (Red+Green+Blue) = 33+124+20=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #217C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217C14 is #DE83EB. Grayscale: #555555. Windows color (decimal): -14582764 or 1342497. OLE color: 1342497.

HSL color Cylindrical-coordinate representation of color #217C14: hue angle of 112.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217C14 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 20 -
CMYK 0.73 0 0.84 0.51
HSL 112.5º 0.72% 0.28% -
HSV(B) 112.5º 0.84% 0.49% -
XYZ 7.96 14.79 3.1 -
YUV 84.94 91.35 90.96 -
System Red Green Blue C M Y K H S L
Decimal 33 124 20 0.73 0 0.84 0.51 112.5 0.72 0.28
Hex 21 7C 14 49 0 54 33 70 48 1C
Octal 41 174 24 111 0 124 63 160 110 34
Binary 100001 1111100 10100 1001001 0 1010100 110011 1110000 1001000 11100

Color Harmonies of #217C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C14

Black with #217C14

Text Example


Text Example

White with #217C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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