Html Css Color HEX #29732F San Felix

📋 copy color: '#29732F'

red 41 ◦ green 115 ◦ blue 47

#29732F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #29732F

Tints of San Felix #29732F

RGB

 RED value IS 41 (16.41% from 255) = 20.2%

 GREEN value IS 115 (45.31% from 255) = 56.65%

 BLUE value IS 47 (18.75% from 255) = 23.15%

R = 20.2%
G = 56.65%
B = 23.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#29732F (or 0x29732F) is known color: San Felix. HEX triplet: 29, 73 and 2F. RGB value is (41,115,47). Sum of RGB (Red+Green+Blue) = 41+115+47=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #29732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29732F is #D68CD0. Grayscale: #555555. Windows color (decimal): -14060753 or 3109673. OLE color: 3109673.

HSL color Cylindrical-coordinate representation of color #29732F: hue angle of 124.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29732F is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 115 47 -
CMYK 0.64 0 0.59 0.55
HSL 124.86º 0.47% 0.31% -
HSV(B) 124.86º 0.64% 0.45% -
XYZ 7.56 12.94 4.79 -
YUV 85.12 106.48 96.53 -
System Red Green Blue C M Y K H S L
Decimal 41 115 47 0.64 0 0.59 0.55 124.86 0.47 0.31
Hex 29 73 2F 40 0 3B 37 7D 2F 1F
Octal 51 163 57 100 0 73 67 175 57 37
Binary 101001 1110011 101111 1000000 0 111011 110111 1111101 101111 11111

Color Harmonies of #29732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29732F

Black with #29732F

Text Example


Text Example

White with #29732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29732F;
 }
 .AnyTagClassName
 {
   color: #29732F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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