#296127

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

Shades of San Felix #296127

Tints of San Felix #296127

Color information

#296127 (or 0x296127) is unknown color: approx San Felix. HEX triplet: 29, 61 and 27. RGB value is (41,97,39). Sum of RGB (Red+Green+Blue) = 41+97+39=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #296127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296127 is #D69ED8. Grayscale: #494949. Windows color (decimal): -14065369 or 2580777. OLE color: 2580777.

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

Color convert

RGB419739-
CMYK0.5800.600.62
HSL117.93º42.65%26.67%-
HSV(B)117.93º59.79%38.04%-
XYZ5.569.173.4-
YUV73.64108.45104.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=23.16%
G=54.80%
B=22.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197390.5800.600.62117.9342.6526.67
Hex2961273A03C3E762b1b
Octal511414772074761665333
Binary10100111000011001111110100111100111110111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296127; }

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

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

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

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

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

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

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

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