#296227

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

Shades of San Felix #296227

Tints of San Felix #296227

Color information

#296227 (or 0x296227) is unknown color: approx San Felix. HEX triplet: 29, 62 and 27. RGB value is (41,98,39). Sum of RGB (Red+Green+Blue) = 41+98+39=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #296227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296227 is #D69DD8. Grayscale: #4A4A4A. Windows color (decimal): -14065113 or 2581033. OLE color: 2581033.

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

Color convert

RGB419839-
CMYK0.5800.600.62
HSL117.97º43.07%26.86%-
HSV(B)117.97º60.2%38.43%-
XYZ5.659.353.43-
YUV74.23108.12104.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=23.03%
G=55.06%
B=21.91%

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
Decimal4198390.5800.600.62117.9743.0726.86
Hex2962273A03C3E762b1b
Octal511424772074761665333
Binary10100111000101001111110100111100111110111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296227; }

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

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

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

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

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

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

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

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