#282A16

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

Shades of Green Waterloo #282A16

Tints of Green Waterloo #282A16

Color information

#282A16 (or 0x282A16) is unknown color: approx Green Waterloo. HEX triplet: 28, 2A and 16. RGB value is (40,42,22). Sum of RGB (Red+Green+Blue) = 40+42+22=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 42 - color contains mainly: green. Hex color #282A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282A16 is #D7D5E9. Grayscale: #272727. Windows color (decimal): -14145002 or 1452584. OLE color: 1452584.

HSL color Cylindrical-coordinate representation of color #282A16: hue angle of 66º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #282A16 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB404222-
CMYK0.0500.480.84
HSL66º31.25%12.55%-
HSV(B)66º47.62%16.47%-
XYZ1.852.161.08-
YUV39.12118.34128.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=38.46%
G=40.38%
B=21.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4042220.0500.480.846631.2512.55
Hex282A16503054421fd
Octal50522650601241023715
Binary10100010101010110101011000010101001000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,42,22); }

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

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

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

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

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

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

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