Html Css Color HEX #216021 San Felix

📋 copy color: '#216021'

red 33 ◦ green 96 ◦ blue 33

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

Shades of San Felix #216021

Tints of San Felix #216021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 20.37%
G = 59.26%
B = 20.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#216021 (or 0x216021) is known color: San Felix. HEX triplet: 21, 60 and 21. RGB value is (33,96,33). Sum of RGB (Red+Green+Blue) = 33+96+33=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #216021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216021 is #DE9FDE. Grayscale: #464646. Windows color (decimal): -14589919 or 2187297. OLE color: 2187297.

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

Color convert

RGB 33 96 33 -
CMYK 0.66 0 0.66 0.62
HSL 120º 0.49% 0.25% -
HSV(B) 120º 0.66% 0.38% -
XYZ 5.08 8.8 2.87 -
YUV 69.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 33 96 33 0.66 0 0.66 0.62 120 0.49 0.25
Hex 21 60 21 42 0 42 3E 78 31 19
Octal 41 140 41 102 0 102 76 170 61 31
Binary 100001 1100000 100001 1000010 0 1000010 111110 1111000 110001 11001

Color Harmonies of #216021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216021

Black with #216021

Text Example


Text Example

White with #216021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216021; }

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

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

background-color css

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

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

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

border-color css

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

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

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