#283C2D

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

Shades of Gordons Green #283C2D

Tints of Gordons Green #283C2D

Color information

#283C2D (or 0x283C2D) is unknown color: approx Gordons Green. HEX triplet: 28, 3C and 2D. RGB value is (40,60,45). Sum of RGB (Red+Green+Blue) = 40+60+45=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #283C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C2D is #D7C3D2. Grayscale: #343434. Windows color (decimal): -14140371 or 2964520. OLE color: 2964520.

HSL color Cylindrical-coordinate representation of color #283C2D: hue angle of 135º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283C2D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB406045-
CMYK0.3300.250.76
HSL135º20%19.61%-
HSV(B)135º33.33%23.53%-
XYZ2.963.873.07-
YUV52.31123.87119.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=27.59%
G=41.38%
B=31.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4060450.3300.250.761352019.61
Hex283C2D210194C871414
Octal507455410311142072424
Binary1010001111001011011000010110011001100100001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283C2D; }

 p { color: rgb(40,60,45); }

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

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

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

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

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

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

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