#296933

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

Shades of San Felix #296933

Tints of San Felix #296933

Color information

#296933 (or 0x296933) is unknown color: approx San Felix. HEX triplet: 29, 69 and 33. RGB value is (41,105,51). Sum of RGB (Red+Green+Blue) = 41+105+51=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #296933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296933 is #D696CC. Grayscale: #4F4F4F. Windows color (decimal): -14063309 or 3369257. OLE color: 3369257.

HSL color Cylindrical-coordinate representation of color #296933: hue angle of 129.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296933 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB4110551-
CMYK0.6100.510.59
HSL129.38º43.84%28.63%-
HSV(B)129.38º60.95%41.18%-
XYZ6.5610.814.87-
YUV79.71111.8100.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=20.81%
G=53.30%
B=25.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105510.6100.510.59129.3843.8428.63
Hex2969333D0333B812c1d
Octal511516375063732015435
Binary101001110100111001111110101100111110111000000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296933; }

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

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

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

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

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

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

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

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