#283528

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

Shades of Gordons Green #283528

Tints of Gordons Green #283528

Color information

#283528 (or 0x283528) is unknown color: approx Gordons Green. HEX triplet: 28, 35 and 28. RGB value is (40,53,40). Sum of RGB (Red+Green+Blue) = 40+53+40=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #283528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283528 is #D7CAD7. Grayscale: #2F2F2F. Windows color (decimal): -14142168 or 2635048. OLE color: 2635048.

HSL color Cylindrical-coordinate representation of color #283528: hue angle of 120º 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 #283528 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB405340-
CMYK0.2500.250.79
HSL120º13.98%18.24%-
HSV(B)120º24.53%20.78%-
XYZ2.533.152.48-
YUV47.63123.69122.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.08%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=30.08%
G=39.85%
B=30.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053400.2500.250.7912013.9818.24
Hex283528190194F78e12
Octal506550310311171701622
Binary1010001101011010001100101100110011111111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283528; }

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

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

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

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

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

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

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

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