#29402C

Color #29402C Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #29402C

Tints of Gordons Green #29402C

Color information

#29402C (or 0x29402C) is unknown color: approx Gordons Green. HEX triplet: 29, 40 and 2C. RGB value is (41,64,44). Sum of RGB (Red+Green+Blue) = 41+64+44=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #29402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402C is #D6BFD3. Grayscale: #363636. Windows color (decimal): -14073812 or 2900009. OLE color: 2900009.

HSL color Cylindrical-coordinate representation of color #29402C: hue angle of 127.83º 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 #29402C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB416444-
CMYK0.3600.310.75
HSL127.83º21.9%20.59%-
HSV(B)127.83º35.94%25.1%-
XYZ3.24.323.05-
YUV54.84121.88118.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=27.52%
G=42.95%
B=29.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164440.3600.310.75127.8321.920.59
Hex29402C2401F4B801615
Octal5110054440371132002625
Binary10100110000001011001001000111111001011100000001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29402C; }

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

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

<style>
 a { background-color: #29402C; }

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

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

<style>
 span { border-color: #29402C; }

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

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