#296630

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

Shades of San Felix #296630

Tints of San Felix #296630

Color information

#296630 (or 0x296630) is unknown color: approx San Felix. HEX triplet: 29, 66 and 30. RGB value is (41,102,48). Sum of RGB (Red+Green+Blue) = 41+102+48=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #296630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296630 is #D699CF. Grayscale: #4D4D4D. Windows color (decimal): -14064080 or 3171881. OLE color: 3171881.

HSL color Cylindrical-coordinate representation of color #296630: hue angle of 126.89º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296630 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB4110248-
CMYK0.6000.530.6
HSL126.89º42.66%28.04%-
HSV(B)126.89º59.8%40%-
XYZ6.210.194.44-
YUV77.6111.29101.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=21.47%
G=53.40%
B=25.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102480.6000.530.6126.8942.6628.04
Hex2966303C0353C7f2b1c
Octal511466074065741775334
Binary10100111001101100001111000110101111100111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296630; }

 p { color: rgb(41,102,48); }

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

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

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

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

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

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

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