#296128

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

Shades of San Felix #296128

Tints of San Felix #296128

Color information

#296128 (or 0x296128) is unknown color: approx San Felix. HEX triplet: 29, 61 and 28. RGB value is (41,97,40). Sum of RGB (Red+Green+Blue) = 41+97+40=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #296128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296128 is #D69ED7. Grayscale: #494949. Windows color (decimal): -14065368 or 2646313. OLE color: 2646313.

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

Color convert

RGB419740-
CMYK0.5800.590.62
HSL118.95º41.61%26.86%-
HSV(B)118.95º58.76%38.04%-
XYZ5.579.173.48-
YUV73.76108.95104.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=23.03%
G=54.49%
B=22.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197400.5800.590.62118.9541.6126.86
Hex2961283A03B3E772a1b
Octal511415072073761675233
Binary10100111000011010001110100111011111110111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296128; }

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

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

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

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

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

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

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

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