#293529

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

Shades of Gordons Green #293529

Tints of Gordons Green #293529

Color information

#293529 (or 0x293529) is unknown color: approx Gordons Green. HEX triplet: 29, 35 and 29. RGB value is (41,53,41). Sum of RGB (Red+Green+Blue) = 41+53+41=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #293529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293529 is #D6CAD6. Grayscale: #303030. Windows color (decimal): -14076631 or 2700585. OLE color: 2700585.

HSL color Cylindrical-coordinate representation of color #293529: hue angle of 120º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293529 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB415341-
CMYK0.2300.230.79
HSL120º12.77%18.43%-
HSV(B)120º22.64%20.78%-
XYZ2.593.182.57-
YUV48.04124.02122.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=30.37%
G=39.26%
B=30.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153410.2300.230.7912012.7718.43
Hex293529170174F78d12
Octal516551270271171701522
Binary1010011101011010011011101011110011111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293529; }

 p { color: rgb(41,53,41); }

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

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

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

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

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

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

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