#29402D

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

Shades of Gordons Green #29402D

Tints of Gordons Green #29402D

Color information

#29402D (or 0x29402D) is unknown color: approx Gordons Green. HEX triplet: 29, 40 and 2D. RGB value is (41,64,45). Sum of RGB (Red+Green+Blue) = 41+64+45=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #29402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402D is #D6BFD2. Grayscale: #373737. Windows color (decimal): -14073811 or 2965545. OLE color: 2965545.

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

Color convert

RGB416445-
CMYK0.3600.300.75
HSL130.43º21.9%20.59%-
HSV(B)130.43º35.94%25.1%-
XYZ3.224.333.15-
YUV54.96122.38118.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 45 (17.97% from 255) = 30%
R=27.33%
G=42.67%
B=30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164450.3600.300.75130.4321.920.59
Hex29402D2401E4B821615
Octal5110055440361132022625
Binary10100110000001011011001000111101001011100000101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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