#29362B

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

Shades of Gordons Green #29362B

Tints of Gordons Green #29362B

Color information

#29362B (or 0x29362B) is unknown color: approx Gordons Green. HEX triplet: 29, 36 and 2B. RGB value is (41,54,43). Sum of RGB (Red+Green+Blue) = 41+54+43=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #29362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29362B is #D6C9D4. Grayscale: #303030. Windows color (decimal): -14076373 or 2831913. OLE color: 2831913.

HSL color Cylindrical-coordinate representation of color #29362B: hue angle of 129.23º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29362B is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB415443-
CMYK0.2400.200.79
HSL129.23º13.68%18.63%-
HSV(B)129.23º24.07%21.18%-
XYZ2.673.282.78-
YUV48.86124.69122.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=29.71%
G=39.13%
B=31.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154430.2400.200.79129.2313.6818.63
Hex29362B180144F81e13
Octal516653300241172011623
Binary10100111011010101111000010100100111110000001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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