#296B28

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

Shades of San Felix #296B28

Tints of San Felix #296B28

Color information

#296B28 (or 0x296B28) is unknown color: approx San Felix. HEX triplet: 29, 6B and 28. RGB value is (41,107,40). Sum of RGB (Red+Green+Blue) = 41+107+40=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #296B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B28 is #D694D7. Grayscale: #4F4F4F. Windows color (decimal): -14062808 or 2648873. OLE color: 2648873.

HSL color Cylindrical-coordinate representation of color #296B28: hue angle of 119.1º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296B28 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB4110740-
CMYK0.6200.630.58
HSL119.1º45.58%28.82%-
HSV(B)119.1º62.62%41.96%-
XYZ6.5611.143.81-
YUV79.63105.63100.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 107 (42.19% from 255) = 56.91%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=21.81%
G=56.91%
B=21.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107400.6200.630.58119.145.5828.82
Hex296B283E03F3A772e1d
Octal511535076077721675635
Binary10100111010111010001111100111111111010111011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296B28; }

 p { color: rgb(41,107,40); }

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

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

 a { background-color: rgb(41,107,40); }

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

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

 span { border-color: rgb(41,107,40); }

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