Html Css Color HEX #216024 San Felix

📋 copy color: '#216024'

red 33 ◦ green 96 ◦ blue 36

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

Shades of San Felix #216024

Tints of San Felix #216024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.18%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 20%
G = 58.18%
B = 21.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#216024 (or 0x216024) is known color: San Felix. HEX triplet: 21, 60 and 24. RGB value is (33,96,36). Sum of RGB (Red+Green+Blue) = 33+96+36=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #216024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216024 is #DE9FDB. Grayscale: #464646. Windows color (decimal): -14589916 or 2383905. OLE color: 2383905.

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

Color convert

RGB 33 96 36 -
CMYK 0.66 0 0.62 0.62
HSL 122.86º 0.49% 0.25% -
HSV(B) 122.86º 0.66% 0.38% -
XYZ 5.13 8.82 3.1 -
YUV 70.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 33 96 36 0.66 0 0.62 0.62 122.86 0.49 0.25
Hex 21 60 24 42 0 3E 3E 7B 31 19
Octal 41 140 44 102 0 76 76 173 61 31
Binary 100001 1100000 100100 1000010 0 111110 111110 1111011 110001 11001

Color Harmonies of #216024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216024

Black with #216024

Text Example


Text Example

White with #216024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216024; }

 p { color: rgb(33,96,36); }

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

background-color css

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

 a { background-color: rgb(33,96,36); }

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

border-color css

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

 span { border-color: rgb(33,96,36); }

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