Shades of Green Waterloo #282D0F
Tints of Green Waterloo #282D0F
RGB
CMYK
RGB Variations
Color information
#282D0F (or 0x282D0F) is known color: Green Waterloo. HEX triplet: 28, 2D and 0F. RGB value is (40,45,15). Sum of RGB (Red+Green+Blue) = 40+45+15=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #282D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282D0F is #D7D2F0. Grayscale: #282828. Windows color (decimal): -14144241 or 994600. OLE color: 994600.
HSL color Cylindrical-coordinate representation of color #282D0F: hue angle of 70º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #282D0F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 15 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.82 |
| HSL | 70º | 0.5% | 0.12% | - |
| HSV(B) | 70º | 0.67% | 0.18% | - |
| XYZ | 1.9 | 2.36 | 0.81 | - |
| YUV | 40.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 15 | 0.11 | 0 | 0.67 | 0.82 | 70 | 0.5 | 0.12 |
| Hex | 28 | 2D | F | B | 0 | 43 | 52 | 46 | 32 | C |
| Octal | 50 | 55 | 17 | 13 | 0 | 103 | 122 | 106 | 62 | 14 |
| Binary | 101000 | 101101 | 1111 | 1011 | 0 | 1000011 | 1010010 | 1000110 | 110010 | 1100 |
Color Harmonies of #282D0F
Complementary color
Monochromatic Colors of #282D0F
Black with #282D0F
Text Example
Text Example
White with #282D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D0F; }
p { color: rgb(40,45,15); }
H1.HeaderClassName
{
color: #282D0F;
}
.AnyTagClassName
{
color: #282D0F;
}
</style>
background-color css
<style>
a { background-color: #282D0F; }
a { background-color: rgb(40,45,15); }
div.DivClassName
{
background-color: #282D0F;
}
.BgClassName
{
background-color: #282D0F;
}
</style>
border-color css
<style>
span { border-color: #282D0F; }
span { border-color: rgb(40,45,15); }
td.TdClassName
{
border-color: #282D0F;
}
.TagClassName
{
border-color: #282D0F;
}
</style>