#29342A

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

Shades of Gordons Green #29342A

Tints of Gordons Green #29342A

Color information

#29342A (or 0x29342A) is unknown color: approx Gordons Green. HEX triplet: 29, 34 and 2A. RGB value is (41,52,42). Sum of RGB (Red+Green+Blue) = 41+52+42=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #29342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342A is #D6CBD5. Grayscale: #2F2F2F. Windows color (decimal): -14076886 or 2765865. OLE color: 2765865.

HSL color Cylindrical-coordinate representation of color #29342A: hue angle of 125.45º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29342A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB415242-
CMYK0.2100.190.80
HSL125.45º11.83%18.24%-
HSV(B)125.45º21.15%20.39%-
XYZ2.563.092.65-
YUV47.57124.86123.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=30.37%
G=38.52%
B=31.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152420.2100.190.80125.4511.8318.24
Hex29342A15013507dc12
Octal516452250231201751422
Binary1010011101001010101010101001110100001111101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,52,42); }

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

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

 a { background-color: rgb(41,52,42); }

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

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

 span { border-color: rgb(41,52,42); }

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