Html Css Color HEX #216E28 San Felix

📋 copy color: '#216E28'

red 33 ◦ green 110 ◦ blue 40

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

Shades of San Felix #216E28

Tints of San Felix #216E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 60.11%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 18.03%
G = 60.11%
B = 21.86%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#216E28 (or 0x216E28) is known color: San Felix. HEX triplet: 21, 6E and 28. RGB value is (33,110,40). Sum of RGB (Red+Green+Blue) = 33+110+40=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #216E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216E28 is #DE91D7. Grayscale: #4F4F4F. Windows color (decimal): -14586328 or 2649633. OLE color: 2649633.

HSL color Cylindrical-coordinate representation of color #216E28: hue angle of 125.45º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E28 is Cyan = 0.7, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 110 40 -
CMYK 0.7 0 0.64 0.57
HSL 125.45º 0.54% 0.28% -
HSV(B) 125.45º 0.7% 0.43% -
XYZ 6.59 11.63 3.9 -
YUV 79 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 33 110 40 0.7 0 0.64 0.57 125.45 0.54 0.28
Hex 21 6E 28 46 0 40 39 7D 36 1C
Octal 41 156 50 106 0 100 71 175 66 34
Binary 100001 1101110 101000 1000110 0 1000000 111001 1111101 110110 11100

Color Harmonies of #216E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216E28

Black with #216E28

Text Example


Text Example

White with #216E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216E28; }

 p { color: rgb(33,110,40); }

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

background-color css

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

 a { background-color: rgb(33,110,40); }

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

border-color css

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

 span { border-color: rgb(33,110,40); }

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