#29432B

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

Shades of Gordons Green #29432B

Tints of Gordons Green #29432B

Color information

#29432B (or 0x29432B) is unknown color: approx Gordons Green. HEX triplet: 29, 43 and 2B. RGB value is (41,67,43). Sum of RGB (Red+Green+Blue) = 41+67+43=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #29432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29432B is #D6BCD4. Grayscale: #383838. Windows color (decimal): -14073045 or 2835241. OLE color: 2835241.

HSL color Cylindrical-coordinate representation of color #29432B: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29432B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB416743-
CMYK0.3900.360.74
HSL124.62º24.07%21.18%-
HSV(B)124.62º38.81%26.27%-
XYZ3.364.663.01-
YUV56.49120.39116.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=27.15%
G=44.37%
B=28.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167430.3900.360.74124.6224.0721.18
Hex29432B270244A7d1815
Octal5110353470441121753025
Binary10100110000111010111001110100100100101011111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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