#297533

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

Shades of San Felix #297533

Tints of San Felix #297533

Color information

#297533 (or 0x297533) is unknown color: approx San Felix. HEX triplet: 29, 75 and 33. RGB value is (41,117,51). Sum of RGB (Red+Green+Blue) = 41+117+51=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #297533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297533 is #D68ACC. Grayscale: #565656. Windows color (decimal): -14060237 or 3372329. OLE color: 3372329.

HSL color Cylindrical-coordinate representation of color #297533: hue angle of 127.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297533 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB4111751-
CMYK0.6500.560.54
HSL127.89º48.1%30.98%-
HSV(B)127.89º64.96%45.88%-
XYZ7.8713.435.31-
YUV86.75107.8295.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 117 (46.09% from 255) = 55.98%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=19.62%
G=55.98%
B=24.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117510.6500.560.54127.8948.130.98
Hex297533410383680301f
Octal5116563101070662006037
Binary1010011110101110011100000101110001101101000000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297533; }

 p { color: rgb(41,117,51); }

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

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

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

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

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

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

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