Shades of Green Waterloo #282D03
Tints of Green Waterloo #282D03
RGB
CMYK
RGB Variations
Color information
#282D03 (or 0x282D03) is known color: Green Waterloo. HEX triplet: 28, 2D and 03. RGB value is (40,45,3). Sum of RGB (Red+Green+Blue) = 40+45+3=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #282D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282D03 is #D7D2FC. Grayscale: #262626. Windows color (decimal): -14144253 or 208168. OLE color: 208168.
HSL color Cylindrical-coordinate representation of color #282D03: hue angle of 67.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #282D03 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 45 | 3 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.82 |
| HSL | 67.14º | 0.88% | 0.09% | - |
| HSV(B) | 67.14º | 0.93% | 0.18% | - |
| XYZ | 1.83 | 2.33 | 0.44 | - |
| YUV | 38.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 3 | 0.11 | 0 | 0.93 | 0.82 | 67.14 | 0.88 | 0.09 |
| Hex | 28 | 2D | 3 | B | 0 | 5D | 52 | 43 | 58 | 9 |
| Octal | 50 | 55 | 3 | 13 | 0 | 135 | 122 | 103 | 130 | 11 |
| Binary | 101000 | 101101 | 11 | 1011 | 0 | 1011101 | 1010010 | 1000011 | 1011000 | 1001 |
Color Harmonies of #282D03
Complementary color
Monochromatic Colors of #282D03
Black with #282D03
Text Example
Text Example
White with #282D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D03; }
p { color: rgb(40,45,3); }
H1.HeaderClassName
{
color: #282D03;
}
.AnyTagClassName
{
color: #282D03;
}
</style>
background-color css
<style>
a { background-color: #282D03; }
a { background-color: rgb(40,45,3); }
div.DivClassName
{
background-color: #282D03;
}
.BgClassName
{
background-color: #282D03;
}
</style>
border-color css
<style>
span { border-color: #282D03; }
span { border-color: rgb(40,45,3); }
td.TdClassName
{
border-color: #282D03;
}
.TagClassName
{
border-color: #282D03;
}
</style>