Html Css Color HEX #29712A San Felix

📋 copy color: '#29712A'

red 41 ◦ green 113 ◦ blue 42

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

Shades of San Felix #29712A

Tints of San Felix #29712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.65%

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 20.92%
G = 57.65%
B = 21.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#29712A (or 0x29712A) is known color: San Felix. HEX triplet: 29, 71 and 2A. RGB value is (41,113,42). Sum of RGB (Red+Green+Blue) = 41+113+42=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #29712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29712A is #D68ED5. Grayscale: #535353. Windows color (decimal): -14061270 or 2781481. OLE color: 2781481.

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

Color convert

RGB 41 113 42 -
CMYK 0.64 0 0.63 0.56
HSL 120.83º 0.47% 0.3% -
HSV(B) 120.83º 0.64% 0.44% -
XYZ 7.24 12.45 4.21 -
YUV 83.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 41 113 42 0.64 0 0.63 0.56 120.83 0.47 0.3
Hex 29 71 2A 40 0 3F 38 79 2F 1E
Octal 51 161 52 100 0 77 70 171 57 36
Binary 101001 1110001 101010 1000000 0 111111 111000 1111001 101111 11110

Color Harmonies of #29712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29712A

Black with #29712A

Text Example


Text Example

White with #29712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29712A; }

 p { color: rgb(41,113,42); }

 H1.HeaderClassName
 {
   color: #29712A;
 }
 .AnyTagClassName
 {
   color: #29712A;
 }
</style>

background-color css

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

 a { background-color: rgb(41,113,42); }

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

border-color css

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

 span { border-color: rgb(41,113,42); }

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