#283228

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

Shades of Gordons Green #283228

Tints of Gordons Green #283228

Color information

#283228 (or 0x283228) is unknown color: approx Gordons Green. HEX triplet: 28, 32 and 28. RGB value is (40,50,40). Sum of RGB (Red+Green+Blue) = 40+50+40=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #283228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283228 is #D7CDD7. Grayscale: #2D2D2D. Windows color (decimal): -14142936 or 2634280. OLE color: 2634280.

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

Color convert

RGB405040-
CMYK0.2000.200.80
HSL120º11.11%17.65%-
HSV(B)120º20%19.61%-
XYZ2.42.892.44-
YUV45.87124.69123.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.77%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=30.77%
G=38.46%
B=30.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050400.2000.200.8012011.1117.65
Hex283228140145078b12
Octal506250240241201701322
Binary1010001100101010001010001010010100001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283228; }

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

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

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

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

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

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

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

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