#29382D

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

Shades of Gordons Green #29382D

Tints of Gordons Green #29382D

Color information

#29382D (or 0x29382D) is unknown color: approx Gordons Green. HEX triplet: 29, 38 and 2D. RGB value is (41,56,45). Sum of RGB (Red+Green+Blue) = 41+56+45=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #29382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382D is #D6C7D2. Grayscale: #323232. Windows color (decimal): -14075859 or 2963497. OLE color: 2963497.

HSL color Cylindrical-coordinate representation of color #29382D: hue angle of 136º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29382D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB415645-
CMYK0.2700.200.78
HSL136º15.46%19.02%-
HSV(B)136º26.79%21.96%-
XYZ2.83.493.01-
YUV50.26125.03121.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=28.87%
G=39.44%
B=31.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156450.2700.200.7813615.4619.02
Hex29382D1B0144E88f13
Octal517055330241162101723
Binary10100111100010110111011010100100111010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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