#282F29

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

Shades of Gordons Green #282F29

Tints of Gordons Green #282F29

Color information

#282F29 (or 0x282F29) is unknown color: approx Gordons Green. HEX triplet: 28, 2F and 29. RGB value is (40,47,41). Sum of RGB (Red+Green+Blue) = 40+47+41=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 47 - color contains mainly: green. Hex color #282F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F29 is #D7D0D6. Grayscale: #2C2C2C. Windows color (decimal): -14143703 or 2699048. OLE color: 2699048.

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

Color convert

RGB404741-
CMYK0.1500.130.82
HSL128.57º8.05%17.06%-
HSV(B)128.57º14.89%18.43%-
XYZ2.292.642.49-
YUV44.22126.18124.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.25%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=31.25%
G=36.72%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4047410.1500.130.82128.578.0517.06
Hex282F29F0D5281811
Octal505751170151222011021
Binary101000101111101001111101101101001010000001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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