#296A30

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

Shades of San Felix #296A30

Tints of San Felix #296A30

Color information

#296A30 (or 0x296A30) is unknown color: approx San Felix. HEX triplet: 29, 6A and 30. RGB value is (41,106,48). Sum of RGB (Red+Green+Blue) = 41+106+48=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #296A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A30 is #D695CF. Grayscale: #505050. Windows color (decimal): -14063056 or 3172905. OLE color: 3172905.

HSL color Cylindrical-coordinate representation of color #296A30: hue angle of 126.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A30 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB4110648-
CMYK0.6100.550.58
HSL126.46º44.22%28.82%-
HSV(B)126.46º61.32%41.57%-
XYZ6.610.994.57-
YUV79.95109.97100.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 106 (41.80% from 255) = 54.36%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=21.03%
G=54.36%
B=24.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106480.6100.550.58126.4644.2228.82
Hex296A303D0373A7e2c1d
Octal511526075067721765435
Binary10100111010101100001111010110111111010111111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296A30; }

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

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

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

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

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

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

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

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