Html Css Color HEX #217F27 Forest Green

📋 copy color: '#217F27'

red 33 ◦ green 127 ◦ blue 39

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

Shades of Forest Green #217F27

Tints of Forest Green #217F27

RGB

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

 GREEN value IS 127 (50% from 255) = 63.82%

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 16.58%
G = 63.82%
B = 19.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#217F27 (or 0x217F27) is known color: Forest Green. HEX triplet: 21, 7F and 27. RGB value is (33,127,39). Sum of RGB (Red+Green+Blue) = 33+127+39=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #217F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F27 is #DE80D8. Grayscale: #595959. Windows color (decimal): -14581977 or 2588449. OLE color: 2588449.

HSL color Cylindrical-coordinate representation of color #217F27: hue angle of 123.83º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F27 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 127 39 -
CMYK 0.74 0 0.69 0.50
HSL 123.83º 0.59% 0.31% -
HSV(B) 123.83º 0.74% 0.5% -
XYZ 8.58 15.65 4.49 -
YUV 88.86 99.86 88.16 -
System Red Green Blue C M Y K H S L
Decimal 33 127 39 0.74 0 0.69 0.50 123.83 0.59 0.31
Hex 21 7F 27 4A 0 45 32 7C 3B 1F
Octal 41 177 47 112 0 105 62 174 73 37
Binary 100001 1111111 100111 1001010 0 1000101 110010 1111100 111011 11111

Color Harmonies of #217F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217F27

Black with #217F27

Text Example


Text Example

White with #217F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,127,39); }

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

background-color css

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

 a { background-color: rgb(33,127,39); }

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

border-color css

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

 span { border-color: rgb(33,127,39); }

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