#283328

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

Shades of Gordons Green #283328

Tints of Gordons Green #283328

Color information

#283328 (or 0x283328) is unknown color: approx Gordons Green. HEX triplet: 28, 33 and 28. RGB value is (40,51,40). Sum of RGB (Red+Green+Blue) = 40+51+40=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #283328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283328 is #D7CCD7. Grayscale: #2E2E2E. Windows color (decimal): -14142680 or 2634536. OLE color: 2634536.

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

Color convert

RGB405140-
CMYK0.2200.220.8
HSL120º12.09%17.84%-
HSV(B)120º21.57%20%-
XYZ2.442.972.45-
YUV46.46124.36123.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=30.53%
G=38.93%
B=30.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051400.2200.220.812012.0917.84
Hex283328160165078c12
Octal506350260261201701422
Binary1010001100111010001011001011010100001111000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283328; }

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

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

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

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

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

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

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

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