Html Css Color HEX #29642F San Felix

📋 copy color: '#29642F'

red 41 ◦ green 100 ◦ blue 47

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

Shades of San Felix #29642F

Tints of San Felix #29642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.19%

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

R = 21.81%
G = 53.19%
B = 25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#29642F (or 0x29642F) is known color: San Felix. HEX triplet: 29, 64 and 2F. RGB value is (41,100,47). Sum of RGB (Red+Green+Blue) = 41+100+47=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #29642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29642F is #D69BD0. Grayscale: #4C4C4C. Windows color (decimal): -14064593 or 3105833. OLE color: 3105833.

HSL color Cylindrical-coordinate representation of color #29642F: hue angle of 126.1º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29642F is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 100 47 -
CMYK 0.59 0 0.53 0.61
HSL 126.1º 0.42% 0.28% -
HSV(B) 126.1º 0.59% 0.39% -
XYZ 5.98 9.79 4.26 -
YUV 76.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 41 100 47 0.59 0 0.53 0.61 126.1 0.42 0.28
Hex 29 64 2F 3B 0 35 3D 7E 2A 1C
Octal 51 144 57 73 0 65 75 176 52 34
Binary 101001 1100100 101111 111011 0 110101 111101 1111110 101010 11100

Color Harmonies of #29642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29642F

Black with #29642F

Text Example


Text Example

White with #29642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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