#296930

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

Shades of San Felix #296930

Tints of San Felix #296930

Color information

#296930 (or 0x296930) is unknown color: approx San Felix. HEX triplet: 29, 69 and 30. RGB value is (41,105,48). Sum of RGB (Red+Green+Blue) = 41+105+48=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #296930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296930 is #D696CF. Grayscale: #4F4F4F. Windows color (decimal): -14063312 or 3172649. OLE color: 3172649.

HSL color Cylindrical-coordinate representation of color #296930: hue angle of 126.56º 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 #296930 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB4110548-
CMYK0.6100.540.59
HSL126.56º43.84%28.63%-
HSV(B)126.56º60.95%41.18%-
XYZ6.510.794.54-
YUV79.37110.3100.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=21.13%
G=54.12%
B=24.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105480.6100.540.59126.5643.8428.63
Hex2969303D0363B7f2c1d
Octal511516075066731775435
Binary10100111010011100001111010110110111011111111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296930; }

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

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

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

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

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

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

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

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