Html Css Color HEX #29692E San Felix

📋 copy color: '#29692E'

red 41 ◦ green 105 ◦ blue 46

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

Shades of San Felix #29692E

Tints of San Felix #29692E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.69%

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 21.35%
G = 54.69%
B = 23.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#29692E (or 0x29692E) is known color: San Felix. HEX triplet: 29, 69 and 2E. RGB value is (41,105,46). Sum of RGB (Red+Green+Blue) = 41+105+46=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #29692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29692E is #D696D1. Grayscale: #4F4F4F. Windows color (decimal): -14063314 or 3041577. OLE color: 3041577.

HSL color Cylindrical-coordinate representation of color #29692E: hue angle of 124.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29692E is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 46 -
CMYK 0.61 0 0.56 0.59
HSL 124.69º 0.44% 0.29% -
HSV(B) 124.69º 0.61% 0.41% -
XYZ 6.46 10.77 4.32 -
YUV 79.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 41 105 46 0.61 0 0.56 0.59 124.69 0.44 0.29
Hex 29 69 2E 3D 0 38 3B 7D 2C 1D
Octal 51 151 56 75 0 70 73 175 54 35
Binary 101001 1101001 101110 111101 0 111000 111011 1111101 101100 11101

Color Harmonies of #29692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29692E

Black with #29692E

Text Example


Text Example

White with #29692E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29692E; }

 p { color: rgb(41,105,46); }

 H1.HeaderClassName
 {
   color: #29692E;
 }
 .AnyTagClassName
 {
   color: #29692E;
 }
</style>

background-color css

<style>
 a { background-color: #29692E; }

 a { background-color: rgb(41,105,46); }

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

border-color css

<style>
 span { border-color: #29692E; }

 span { border-color: rgb(41,105,46); }

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