Shades of Green Waterloo #282F0B
Tints of Green Waterloo #282F0B
RGB
CMYK
RGB Variations
Color information
#282F0B (or 0x282F0B) is known color: Green Waterloo. HEX triplet: 28, 2F and 0B. RGB value is (40,47,11). Sum of RGB (Red+Green+Blue) = 40+47+11=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #282F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F0B is #D7D0F4. Grayscale: #282828. Windows color (decimal): -14143733 or 732968. OLE color: 732968.
HSL color Cylindrical-coordinate representation of color #282F0B: hue angle of 71.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282F0B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 11 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.82 |
| HSL | 71.67º | 0.62% | 0.11% | - |
| HSV(B) | 71.67º | 0.77% | 0.18% | - |
| XYZ | 1.95 | 2.51 | 0.7 | - |
| YUV | 40.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 11 | 0.15 | 0 | 0.77 | 0.82 | 71.67 | 0.62 | 0.11 |
| Hex | 28 | 2F | B | F | 0 | 4D | 52 | 48 | 3E | B |
| Octal | 50 | 57 | 13 | 17 | 0 | 115 | 122 | 110 | 76 | 13 |
| Binary | 101000 | 101111 | 1011 | 1111 | 0 | 1001101 | 1010010 | 1001000 | 111110 | 1011 |
Color Harmonies of #282F0B
Complementary color
Monochromatic Colors of #282F0B
Black with #282F0B
Text Example
Text Example
White with #282F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F0B; }
p { color: rgb(40,47,11); }
H1.HeaderClassName
{
color: #282F0B;
}
.AnyTagClassName
{
color: #282F0B;
}
</style>
background-color css
<style>
a { background-color: #282F0B; }
a { background-color: rgb(40,47,11); }
div.DivClassName
{
background-color: #282F0B;
}
.BgClassName
{
background-color: #282F0B;
}
</style>
border-color css
<style>
span { border-color: #282F0B; }
span { border-color: rgb(40,47,11); }
td.TdClassName
{
border-color: #282F0B;
}
.TagClassName
{
border-color: #282F0B;
}
</style>