#283529

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

Shades of Gordons Green #283529

Tints of Gordons Green #283529

Color information

#283529 (or 0x283529) is unknown color: approx Gordons Green. HEX triplet: 28, 35 and 29. RGB value is (40,53,41). Sum of RGB (Red+Green+Blue) = 40+53+41=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #283529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283529 is #D7CAD6. Grayscale: #2F2F2F. Windows color (decimal): -14142167 or 2700584. OLE color: 2700584.

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

Color convert

RGB405341-
CMYK0.2500.230.79
HSL124.62º13.98%18.24%-
HSV(B)124.62º24.53%20.78%-
XYZ2.553.162.57-
YUV47.74124.19122.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=29.85%
G=39.55%
B=30.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053410.2500.230.79124.6213.9818.24
Hex283529190174F7de12
Octal506551310271171751622
Binary1010001101011010011100101011110011111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283529; }

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

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

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

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

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

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

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

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