Html Css Color HEX #216223 San Felix

📋 copy color: '#216223'

red 33 ◦ green 98 ◦ blue 35

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

Shades of San Felix #216223

Tints of San Felix #216223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 19.88%
G = 59.04%
B = 21.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#216223 (or 0x216223) is known color: San Felix. HEX triplet: 21, 62 and 23. RGB value is (33,98,35). Sum of RGB (Red+Green+Blue) = 33+98+35=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #216223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216223 is #DE9DDC. Grayscale: #474747. Windows color (decimal): -14589405 or 2318881. OLE color: 2318881.

HSL color Cylindrical-coordinate representation of color #216223: hue angle of 121.85º 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 #216223 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 35 -
CMYK 0.66 0 0.64 0.62
HSL 121.85º 0.5% 0.26% -
HSV(B) 121.85º 0.66% 0.38% -
XYZ 5.3 9.18 3.08 -
YUV 71.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 33 98 35 0.66 0 0.64 0.62 121.85 0.5 0.26
Hex 21 62 23 42 0 40 3E 7A 32 1A
Octal 41 142 43 102 0 100 76 172 62 32
Binary 100001 1100010 100011 1000010 0 1000000 111110 1111010 110010 11010

Color Harmonies of #216223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216223

Black with #216223

Text Example


Text Example

White with #216223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216223; }

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

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

background-color css

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

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

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

border-color css

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

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

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