Shades of Green Waterloo #282F10
Tints of Green Waterloo #282F10
RGB
CMYK
RGB Variations
Color information
#282F10 (or 0x282F10) is known color: Green Waterloo. HEX triplet: 28, 2F and 10. RGB value is (40,47,16). Sum of RGB (Red+Green+Blue) = 40+47+16=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #282F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F10 is #D7D0EF. Grayscale: #292929. Windows color (decimal): -14143728 or 1060648. OLE color: 1060648.
HSL color Cylindrical-coordinate representation of color #282F10: hue angle of 73.55º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282F10 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 16 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.82 |
| HSL | 73.55º | 0.49% | 0.12% | - |
| HSV(B) | 73.55º | 0.66% | 0.18% | - |
| XYZ | 1.99 | 2.52 | 0.87 | - |
| YUV | 41.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 16 | 0.15 | 0 | 0.66 | 0.82 | 73.55 | 0.49 | 0.12 |
| Hex | 28 | 2F | 10 | F | 0 | 42 | 52 | 4A | 31 | C |
| Octal | 50 | 57 | 20 | 17 | 0 | 102 | 122 | 112 | 61 | 14 |
| Binary | 101000 | 101111 | 10000 | 1111 | 0 | 1000010 | 1010010 | 1001010 | 110001 | 1100 |
Color Harmonies of #282F10
Complementary color
Monochromatic Colors of #282F10
Black with #282F10
Text Example
Text Example
White with #282F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F10; }
p { color: rgb(40,47,16); }
H1.HeaderClassName
{
color: #282F10;
}
.AnyTagClassName
{
color: #282F10;
}
</style>
background-color css
<style>
a { background-color: #282F10; }
a { background-color: rgb(40,47,16); }
div.DivClassName
{
background-color: #282F10;
}
.BgClassName
{
background-color: #282F10;
}
</style>
border-color css
<style>
span { border-color: #282F10; }
span { border-color: rgb(40,47,16); }
td.TdClassName
{
border-color: #282F10;
}
.TagClassName
{
border-color: #282F10;
}
</style>