Shades of Green Waterloo #282B04
Tints of Green Waterloo #282B04
RGB
CMYK
RGB Variations
Color information
#282B04 (or 0x282B04) is known color: Green Waterloo. HEX triplet: 28, 2B and 04. RGB value is (40,43,4). Sum of RGB (Red+Green+Blue) = 40+43+4=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #282B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282B04 is #D7D4FB. Grayscale: #252525. Windows color (decimal): -14144764 or 273192. OLE color: 273192.
HSL color Cylindrical-coordinate representation of color #282B04: hue angle of 64.62º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #282B04 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 4 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.83 |
| HSL | 64.62º | 0.83% | 0.09% | - |
| HSV(B) | 64.62º | 0.91% | 0.17% | - |
| XYZ | 1.76 | 2.19 | 0.44 | - |
| YUV | 37.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 4 | 0.07 | 0 | 0.91 | 0.83 | 64.62 | 0.83 | 0.09 |
| Hex | 28 | 2B | 4 | 7 | 0 | 5B | 53 | 41 | 53 | 9 |
| Octal | 50 | 53 | 4 | 7 | 0 | 133 | 123 | 101 | 123 | 11 |
| Binary | 101000 | 101011 | 100 | 111 | 0 | 1011011 | 1010011 | 1000001 | 1010011 | 1001 |
Color Harmonies of #282B04
Complementary color
Monochromatic Colors of #282B04
Black with #282B04
Text Example
Text Example
White with #282B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B04; }
p { color: rgb(40,43,4); }
H1.HeaderClassName
{
color: #282B04;
}
.AnyTagClassName
{
color: #282B04;
}
</style>
background-color css
<style>
a { background-color: #282B04; }
a { background-color: rgb(40,43,4); }
div.DivClassName
{
background-color: #282B04;
}
.BgClassName
{
background-color: #282B04;
}
</style>
border-color css
<style>
span { border-color: #282B04; }
span { border-color: rgb(40,43,4); }
td.TdClassName
{
border-color: #282B04;
}
.TagClassName
{
border-color: #282B04;
}
</style>