Html Css Color HEX #216820 San Felix

📋 copy color: '#216820'

red 33 ◦ green 104 ◦ blue 32

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

Shades of San Felix #216820

Tints of San Felix #216820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.54%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 19.53%
G = 61.54%
B = 18.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#216820 (or 0x216820) is known color: San Felix. HEX triplet: 21, 68 and 20. RGB value is (33,104,32). Sum of RGB (Red+Green+Blue) = 33+104+32=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #216820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216820 is #DE97DF. Grayscale: #4A4A4A. Windows color (decimal): -14587872 or 2123809. OLE color: 2123809.

HSL color Cylindrical-coordinate representation of color #216820: hue angle of 119.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216820 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 32 -
CMYK 0.68 0 0.69 0.59
HSL 119.17º 0.53% 0.27% -
HSV(B) 119.17º 0.69% 0.41% -
XYZ 5.84 10.33 3.05 -
YUV 74.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 33 104 32 0.68 0 0.69 0.59 119.17 0.53 0.27
Hex 21 68 20 44 0 45 3B 77 35 1B
Octal 41 150 40 104 0 105 73 167 65 33
Binary 100001 1101000 100000 1000100 0 1000101 111011 1110111 110101 11011

Color Harmonies of #216820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216820

Black with #216820

Text Example


Text Example

White with #216820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216820; }

 p { color: rgb(33,104,32); }

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

background-color css

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

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

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

border-color css

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

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

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