#29342B

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

Shades of Gordons Green #29342B

Tints of Gordons Green #29342B

Color information

#29342B (or 0x29342B) is unknown color: approx Gordons Green. HEX triplet: 29, 34 and 2B. RGB value is (41,52,43). Sum of RGB (Red+Green+Blue) = 41+52+43=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #29342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342B is #D6CBD4. Grayscale: #2F2F2F. Windows color (decimal): -14076885 or 2831401. OLE color: 2831401.

HSL color Cylindrical-coordinate representation of color #29342B: hue angle of 130.91º 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 #29342B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB415243-
CMYK0.2100.170.80
HSL130.91º11.83%18.24%-
HSV(B)130.91º21.15%20.39%-
XYZ2.583.12.75-
YUV47.68125.36123.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=30.15%
G=38.24%
B=31.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152430.2100.170.80130.9111.8318.24
Hex29342B150115083c12
Octal516453250211202031422
Binary10100111010010101110101010001101000010000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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