#297038

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

Shades of San Felix #297038

Tints of San Felix #297038

Color information

#297038 (or 0x297038) is unknown color: approx San Felix. HEX triplet: 29, 70 and 38. RGB value is (41,112,56). Sum of RGB (Red+Green+Blue) = 41+112+56=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #297038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297038 is #D68FC7. Grayscale: #545454. Windows color (decimal): -14061512 or 3698729. OLE color: 3698729.

HSL color Cylindrical-coordinate representation of color #297038: hue angle of 132.68º 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 #297038 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB4111256-
CMYK0.6300.500.56
HSL132.68º46.41%30%-
HSV(B)132.68º63.39%43.92%-
XYZ7.4212.355.73-
YUV84.39111.9897.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=19.62%
G=53.59%
B=26.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112560.6300.500.56132.6846.4130
Hex2970383F03238852e1e
Octal511607077062702055636
Binary101001111000011100011111101100101110001000010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297038; }

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

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

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

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

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

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

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

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