#29392D

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

Shades of Gordons Green #29392D

Tints of Gordons Green #29392D

Color information

#29392D (or 0x29392D) is unknown color: approx Gordons Green. HEX triplet: 29, 39 and 2D. RGB value is (41,57,45). Sum of RGB (Red+Green+Blue) = 41+57+45=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #29392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29392D is #D6C6D2. Grayscale: #323232. Windows color (decimal): -14075603 or 2963753. OLE color: 2963753.

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

Color convert

RGB415745-
CMYK0.2800.210.78
HSL135º16.33%19.22%-
HSV(B)135º28.07%22.35%-
XYZ2.853.593.02-
YUV50.85124.7120.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=28.67%
G=39.86%
B=31.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157450.2800.210.7813516.3319.22
Hex29392D1C0154E871013
Octal517155340251162072023
Binary101001111001101101111000101011001110100001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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