#297127

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

Shades of San Felix #297127

Tints of San Felix #297127

Color information

#297127 (or 0x297127) is unknown color: approx San Felix. HEX triplet: 29, 71 and 27. RGB value is (41,113,39). Sum of RGB (Red+Green+Blue) = 41+113+39=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #297127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297127 is #D68ED8. Grayscale: #535353. Windows color (decimal): -14061273 or 2584873. OLE color: 2584873.

HSL color Cylindrical-coordinate representation of color #297127: hue angle of 118.38º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297127 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB4111339-
CMYK0.6400.650.56
HSL118.38º48.68%29.8%-
HSV(B)118.38º65.49%44.31%-
XYZ7.1912.433.94-
YUV83.04103.1598.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=21.24%
G=58.55%
B=20.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113390.6400.650.56118.3848.6829.8
Hex297127400413876311e
Octal51161471000101701666136
Binary1010011110001100111100000001000001111000111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297127; }

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

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

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

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

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

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

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

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