#282D29

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

Shades of Gordons Green #282D29

Tints of Gordons Green #282D29

Color information

#282D29 (or 0x282D29) is unknown color: approx Gordons Green. HEX triplet: 28, 2D and 29. RGB value is (40,45,41). Sum of RGB (Red+Green+Blue) = 40+45+41=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 45 - color contains mainly: green. Hex color #282D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D29 is #D7D2D6. Grayscale: #2B2B2B. Windows color (decimal): -14144215 or 2698536. OLE color: 2698536.

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

Color convert

RGB404541-
CMYK0.1100.090.82
HSL132º5.88%16.67%-
HSV(B)132º11.11%17.65%-
XYZ2.212.492.46-
YUV43.05126.84125.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=31.75%
G=35.71%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4045410.1100.090.821325.8816.67
Hex282D29B095284611
Octal50555113011122204621
Binary10100010110110100110110100110100101000010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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