#282A0D

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

Shades of Green Waterloo #282A0D

Tints of Green Waterloo #282A0D

Color information

#282A0D (or 0x282A0D) is unknown color: approx Green Waterloo. HEX triplet: 28, 2A and 0D. RGB value is (40,42,13). Sum of RGB (Red+Green+Blue) = 40+42+13=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #282A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282A0D is #D7D5F2. Grayscale: #262626. Windows color (decimal): -14145011 or 862760. OLE color: 862760.

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

Color convert

RGB404213-
CMYK0.0500.690.84
HSL64.14º52.73%10.78%-
HSV(B)64.14º69.05%16.47%-
XYZ1.782.140.7-
YUV38.1113.84129.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=42.11%
G=44.21%
B=13.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4042130.0500.690.8464.1452.7310.78
Hex282AD5045544035b
Octal505215501051241006513
Binary101000101010110110101000101101010010000001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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