#297029

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

Shades of San Felix #297029

Tints of San Felix #297029

Color information

#297029 (or 0x297029) is unknown color: approx San Felix. HEX triplet: 29, 70 and 29. RGB value is (41,112,41). Sum of RGB (Red+Green+Blue) = 41+112+41=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #297029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297029 is #D68FD6. Grayscale: #525252. Windows color (decimal): -14061527 or 2715689. OLE color: 2715689.

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

Color convert

RGB4111241-
CMYK0.6300.630.56
HSL120º46.41%30%-
HSV(B)120º63.39%43.92%-
XYZ7.1112.224.08-
YUV82.68104.4898.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=21.13%
G=57.73%
B=21.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112410.6300.630.5612046.4130
Hex2970293F03F38782e1e
Octal511605177077701705636
Binary10100111100001010011111110111111111000111100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297029; }

 p { color: rgb(41,112,41); }

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

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

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

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

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

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

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