#282E28

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

Shades of Gordons Green #282E28

Tints of Gordons Green #282E28

Color information

#282E28 (or 0x282E28) is unknown color: approx Gordons Green. HEX triplet: 28, 2E and 28. RGB value is (40,46,40). Sum of RGB (Red+Green+Blue) = 40+46+40=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 46 - color contains mainly: green. Hex color #282E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E28 is #D7D1D7. Grayscale: #2B2B2B. Windows color (decimal): -14143960 or 2633256. OLE color: 2633256.

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

Color convert

RGB404640-
CMYK0.1300.130.82
HSL120º6.98%16.86%-
HSV(B)120º13.04%18.04%-
XYZ2.242.562.38-
YUV43.52126.01125.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=31.75%
G=36.51%
B=31.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4046400.1300.130.821206.9816.86
Hex282E28D0D5278711
Octal50565015015122170721
Binary1010001011101010001101011011010010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E28; }

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

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

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

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

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

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

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

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