#29423B

Color #29423B Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #29423B

Tints of Gable Green #29423B

Color information

#29423B (or 0x29423B) is unknown color: approx Gable Green. HEX triplet: 29, 42 and 3B. RGB value is (41,66,59). Sum of RGB (Red+Green+Blue) = 41+66+59=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #29423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29423B is #D6BDC4. Grayscale: #393939. Windows color (decimal): -14073285 or 3883561. OLE color: 3883561.

HSL color Cylindrical-coordinate representation of color #29423B: hue angle of 163.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29423B is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB416659-
CMYK0.3800.110.74
HSL163.2º23.36%20.98%-
HSV(B)163.2º37.88%25.88%-
XYZ3.654.684.85-
YUV57.73128.72116.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=24.70%
G=39.76%
B=35.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166590.3800.110.74163.223.3620.98
Hex29423B260B4Aa31715
Octal5110273460131122432725
Binary1010011000010111011100110010111001010101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29423B; }

 p { color: rgb(41,66,59); }

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

<style>
 a { background-color: #29423B; }

 a { background-color: rgb(41,66,59); }

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

<style>
 span { border-color: #29423B; }

 span { border-color: rgb(41,66,59); }

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