#296021

Color #296021 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #296021

Tints of San Felix #296021

Color information

#296021 (or 0x296021) is unknown color: approx San Felix. HEX triplet: 29, 60 and 21. RGB value is (41,96,33). Sum of RGB (Red+Green+Blue) = 41+96+33=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #296021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296021 is #D69FDE. Grayscale: #484848. Windows color (decimal): -14065631 or 2187305. OLE color: 2187305.

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

Color convert

RGB419633-
CMYK0.5700.660.62
HSL112.38º48.84%25.29%-
HSV(B)112.38º65.62%37.65%-
XYZ5.378.952.88-
YUV72.37105.78105.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=24.12%
G=56.47%
B=19.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196330.5700.660.62112.3848.8425.29
Hex296021390423E703119
Octal5114041710102761606131
Binary101001110000010000111100101000010111110111000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296021; }

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

 H1.HeaderClassName
 {
   color: #296021;
 }
 .AnyTagClassName
 {
   color: #296021;
 }
</style>
background-color css

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

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

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

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

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

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