Shades of Green Waterloo #282F0F
Tints of Green Waterloo #282F0F
RGB
CMYK
RGB Variations
Color information
#282F0F (or 0x282F0F) is known color: Green Waterloo. HEX triplet: 28, 2F and 0F. RGB value is (40,47,15). Sum of RGB (Red+Green+Blue) = 40+47+15=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #282F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F0F is #D7D0F0. Grayscale: #292929. Windows color (decimal): -14143729 or 995112. OLE color: 995112.
HSL color Cylindrical-coordinate representation of color #282F0F: hue angle of 73.12º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #282F0F is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 15 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.82 |
| HSL | 73.13º | 0.52% | 0.12% | - |
| HSV(B) | 73.13º | 0.68% | 0.18% | - |
| XYZ | 1.98 | 2.52 | 0.83 | - |
| YUV | 41.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 15 | 0.15 | 0 | 0.68 | 0.82 | 73.13 | 0.52 | 0.12 |
| Hex | 28 | 2F | F | F | 0 | 44 | 52 | 49 | 34 | C |
| Octal | 50 | 57 | 17 | 17 | 0 | 104 | 122 | 111 | 64 | 14 |
| Binary | 101000 | 101111 | 1111 | 1111 | 0 | 1000100 | 1010010 | 1001001 | 110100 | 1100 |
Color Harmonies of #282F0F
Complementary color
Monochromatic Colors of #282F0F
Black with #282F0F
Text Example
Text Example
White with #282F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F0F; }
p { color: rgb(40,47,15); }
H1.HeaderClassName
{
color: #282F0F;
}
.AnyTagClassName
{
color: #282F0F;
}
</style>
background-color css
<style>
a { background-color: #282F0F; }
a { background-color: rgb(40,47,15); }
div.DivClassName
{
background-color: #282F0F;
}
.BgClassName
{
background-color: #282F0F;
}
</style>
border-color css
<style>
span { border-color: #282F0F; }
span { border-color: rgb(40,47,15); }
td.TdClassName
{
border-color: #282F0F;
}
.TagClassName
{
border-color: #282F0F;
}
</style>