#29702F

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

Shades of San Felix #29702F

Tints of San Felix #29702F

Color information

#29702F (or 0x29702F) is unknown color: approx San Felix. HEX triplet: 29, 70 and 2F. RGB value is (41,112,47). Sum of RGB (Red+Green+Blue) = 41+112+47=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #29702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29702F is #D68FD0. Grayscale: #535353. Windows color (decimal): -14061521 or 3108905. OLE color: 3108905.

HSL color Cylindrical-coordinate representation of color #29702F: hue angle of 125.07º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29702F is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB4111247-
CMYK0.6300.580.56
HSL125.07º46.41%30%-
HSV(B)125.07º63.39%43.92%-
XYZ7.2212.264.68-
YUV83.36107.4897.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 112 (44.14% from 255) = 56%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=20.5%
G=56%
B=23.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112470.6300.580.56125.0746.4130
Hex29702F3F03A387d2e1e
Octal511605777072701755636
Binary10100111100001011111111110111010111000111110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29702F; }

 p { color: rgb(41,112,47); }

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

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

 a { background-color: rgb(41,112,47); }

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

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

 span { border-color: rgb(41,112,47); }

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