#296027

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

Shades of San Felix #296027

Tints of San Felix #296027

Color information

#296027 (or 0x296027) is unknown color: approx San Felix. HEX triplet: 29, 60 and 27. RGB value is (41,96,39). Sum of RGB (Red+Green+Blue) = 41+96+39=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #296027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296027 is #D69FD8. Grayscale: #494949. Windows color (decimal): -14065625 or 2580521. OLE color: 2580521.

HSL color Cylindrical-coordinate representation of color #296027: hue angle of 117.89º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296027 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB419639-
CMYK0.5700.590.62
HSL117.89º42.22%26.47%-
HSV(B)117.89º59.38%37.65%-
XYZ5.468.983.37-
YUV73.06108.78105.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=23.30%
G=54.55%
B=22.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196390.5700.590.62117.8942.2226.47
Hex2960273903B3E762a1a
Octal511404771073761665232
Binary10100111000001001111110010111011111110111011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296027; }

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

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

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

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

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

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

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

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