Html Css Color HEX #216228 San Felix

📋 copy color: '#216228'

red 33 ◦ green 98 ◦ blue 40

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

Shades of San Felix #216228

Tints of San Felix #216228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

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

R = 19.3%
G = 57.31%
B = 23.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#216228 (or 0x216228) is known color: San Felix. HEX triplet: 21, 62 and 28. RGB value is (33,98,40). Sum of RGB (Red+Green+Blue) = 33+98+40=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #216228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216228 is #DE9DD7. Grayscale: #484848. Windows color (decimal): -14589400 or 2646561. OLE color: 2646561.

HSL color Cylindrical-coordinate representation of color #216228: hue angle of 126.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216228 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 40 -
CMYK 0.66 0 0.59 0.62
HSL 126.46º 0.5% 0.26% -
HSV(B) 126.46º 0.66% 0.38% -
XYZ 5.38 9.21 3.5 -
YUV 71.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 33 98 40 0.66 0 0.59 0.62 126.46 0.5 0.26
Hex 21 62 28 42 0 3B 3E 7E 32 1A
Octal 41 142 50 102 0 73 76 176 62 32
Binary 100001 1100010 101000 1000010 0 111011 111110 1111110 110010 11010

Color Harmonies of #216228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216228

Black with #216228

Text Example


Text Example

White with #216228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216228; }

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

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

background-color css

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

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

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

border-color css

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

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

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