#29403A

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

Shades of Gable Green #29403A

Tints of Gable Green #29403A

Color information

#29403A (or 0x29403A) is unknown color: approx Gable Green. HEX triplet: 29, 40 and 3A. RGB value is (41,64,58). Sum of RGB (Red+Green+Blue) = 41+64+58=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #29403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29403A is #D6BFC5. Grayscale: #383838. Windows color (decimal): -14073798 or 3817513. OLE color: 3817513.

HSL color Cylindrical-coordinate representation of color #29403A: hue angle of 164.35º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29403A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB416458-
CMYK0.3600.090.75
HSL164.35º21.9%20.59%-
HSV(B)164.35º35.94%25.1%-
XYZ3.514.444.68-
YUV56.44128.88116.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=25.15%
G=39.26%
B=35.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164580.3600.090.75164.3521.920.59
Hex29403A24094Ba41615
Octal5110072440111132442625
Binary1010011000000111010100100010011001011101001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,64,58); }

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

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

 a { background-color: rgb(41,64,58); }

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

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

 span { border-color: rgb(41,64,58); }

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