Shades of Green Waterloo #282F07
Tints of Green Waterloo #282F07
RGB
CMYK
RGB Variations
Color information
#282F07 (or 0x282F07) is known color: Green Waterloo. HEX triplet: 28, 2F and 07. RGB value is (40,47,7). Sum of RGB (Red+Green+Blue) = 40+47+7=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #282F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F07 is #D7D0F8. Grayscale: #282828. Windows color (decimal): -14143737 or 470824. OLE color: 470824.
HSL color Cylindrical-coordinate representation of color #282F07: hue angle of 70.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #282F07 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 7 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.82 |
| HSL | 70.5º | 0.74% | 0.11% | - |
| HSV(B) | 70.5º | 0.85% | 0.18% | - |
| XYZ | 1.93 | 2.5 | 0.58 | - |
| YUV | 40.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 7 | 0.15 | 0 | 0.85 | 0.82 | 70.5 | 0.74 | 0.11 |
| Hex | 28 | 2F | 7 | F | 0 | 55 | 52 | 46 | 4A | B |
| Octal | 50 | 57 | 7 | 17 | 0 | 125 | 122 | 106 | 112 | 13 |
| Binary | 101000 | 101111 | 111 | 1111 | 0 | 1010101 | 1010010 | 1000110 | 1001010 | 1011 |
Color Harmonies of #282F07
Complementary color
Monochromatic Colors of #282F07
Black with #282F07
Text Example
Text Example
White with #282F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F07; }
p { color: rgb(40,47,7); }
H1.HeaderClassName
{
color: #282F07;
}
.AnyTagClassName
{
color: #282F07;
}
</style>
background-color css
<style>
a { background-color: #282F07; }
a { background-color: rgb(40,47,7); }
div.DivClassName
{
background-color: #282F07;
}
.BgClassName
{
background-color: #282F07;
}
</style>
border-color css
<style>
span { border-color: #282F07; }
span { border-color: rgb(40,47,7); }
td.TdClassName
{
border-color: #282F07;
}
.TagClassName
{
border-color: #282F07;
}
</style>