Html Css Color HEX #217D1E Forest Green

📋 copy color: '#217D1E'

red 33 ◦ green 125 ◦ blue 30

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

Shades of Forest Green #217D1E

Tints of Forest Green #217D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 66.49%

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 17.55%
G = 66.49%
B = 15.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#217D1E (or 0x217D1E) is known color: Forest Green. HEX triplet: 21, 7D and 1E. RGB value is (33,125,30). Sum of RGB (Red+Green+Blue) = 33+125+30=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #217D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D1E is #DE82E1. Grayscale: #565656. Windows color (decimal): -14582498 or 1998113. OLE color: 1998113.

HSL color Cylindrical-coordinate representation of color #217D1E: hue angle of 118.11º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217D1E is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 125 30 -
CMYK 0.74 0 0.76 0.51
HSL 118.11º 0.61% 0.3% -
HSV(B) 118.11º 0.76% 0.49% -
XYZ 8.2 15.08 3.71 -
YUV 86.66 96.02 89.72 -
System Red Green Blue C M Y K H S L
Decimal 33 125 30 0.74 0 0.76 0.51 118.11 0.61 0.3
Hex 21 7D 1E 4A 0 4C 33 76 3D 1E
Octal 41 175 36 112 0 114 63 166 75 36
Binary 100001 1111101 11110 1001010 0 1001100 110011 1110110 111101 11110

Color Harmonies of #217D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D1E

Black with #217D1E

Text Example


Text Example

White with #217D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,125,30); }

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

background-color css

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

 a { background-color: rgb(33,125,30); }

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

border-color css

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

 span { border-color: rgb(33,125,30); }

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