#283028

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

Shades of Gordons Green #283028

Tints of Gordons Green #283028

Color information

#283028 (or 0x283028) is unknown color: approx Gordons Green. HEX triplet: 28, 30 and 28. RGB value is (40,48,40). Sum of RGB (Red+Green+Blue) = 40+48+40=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #283028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283028 is #D7CFD7. Grayscale: #2C2C2C. Windows color (decimal): -14143448 or 2633768. OLE color: 2633768.

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

Color convert

RGB404840-
CMYK0.1700.170.81
HSL120º9.09%17.25%-
HSV(B)120º16.67%18.82%-
XYZ2.322.722.41-
YUV44.7125.35124.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.25%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048400.1700.170.811209.0917.25
Hex283028110115178911
Octal506050210211211701121
Binary1010001100001010001000101000110100011111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283028; }

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

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

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

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

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

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

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

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