Shades of Green Waterloo #282F03
Tints of Green Waterloo #282F03
RGB
CMYK
RGB Variations
Color information
#282F03 (or 0x282F03) is known color: Green Waterloo. HEX triplet: 28, 2F and 03. RGB value is (40,47,3). Sum of RGB (Red+Green+Blue) = 40+47+3=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #282F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F03 is #D7D0FC. Grayscale: #282828. Windows color (decimal): -14143741 or 208680. OLE color: 208680.
HSL color Cylindrical-coordinate representation of color #282F03: hue angle of 69.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #282F03 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 3 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.82 |
| HSL | 69.55º | 0.88% | 0.1% | - |
| HSV(B) | 69.55º | 0.94% | 0.18% | - |
| XYZ | 1.91 | 2.49 | 0.47 | - |
| YUV | 39.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 3 | 0.15 | 0 | 0.94 | 0.82 | 69.55 | 0.88 | 0.1 |
| Hex | 28 | 2F | 3 | F | 0 | 5E | 52 | 46 | 58 | A |
| Octal | 50 | 57 | 3 | 17 | 0 | 136 | 122 | 106 | 130 | 12 |
| Binary | 101000 | 101111 | 11 | 1111 | 0 | 1011110 | 1010010 | 1000110 | 1011000 | 1010 |
Color Harmonies of #282F03
Complementary color
Monochromatic Colors of #282F03
Black with #282F03
Text Example
Text Example
White with #282F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F03; }
p { color: rgb(40,47,3); }
H1.HeaderClassName
{
color: #282F03;
}
.AnyTagClassName
{
color: #282F03;
}
</style>
background-color css
<style>
a { background-color: #282F03; }
a { background-color: rgb(40,47,3); }
div.DivClassName
{
background-color: #282F03;
}
.BgClassName
{
background-color: #282F03;
}
</style>
border-color css
<style>
span { border-color: #282F03; }
span { border-color: rgb(40,47,3); }
td.TdClassName
{
border-color: #282F03;
}
.TagClassName
{
border-color: #282F03;
}
</style>