Shades of Green Waterloo #282F02
Tints of Green Waterloo #282F02
RGB
CMYK
RGB Variations
Color information
#282F02 (or 0x282F02) is known color: Green Waterloo. HEX triplet: 28, 2F and 02. RGB value is (40,47,2). Sum of RGB (Red+Green+Blue) = 40+47+2=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #282F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F02 is #D7D0FD. Grayscale: #272727. Windows color (decimal): -14143742 or 143144. OLE color: 143144.
HSL color Cylindrical-coordinate representation of color #282F02: hue angle of 69.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #282F02 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 2 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.82 |
| HSL | 69.33º | 0.92% | 0.1% | - |
| HSV(B) | 69.33º | 0.96% | 0.18% | - |
| XYZ | 1.9 | 2.49 | 0.44 | - |
| YUV | 39.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 2 | 0.15 | 0 | 0.96 | 0.82 | 69.33 | 0.92 | 0.1 |
| Hex | 28 | 2F | 2 | F | 0 | 60 | 52 | 45 | 5C | A |
| Octal | 50 | 57 | 2 | 17 | 0 | 140 | 122 | 105 | 134 | 12 |
| Binary | 101000 | 101111 | 10 | 1111 | 0 | 1100000 | 1010010 | 1000101 | 1011100 | 1010 |
Color Harmonies of #282F02
Complementary color
Monochromatic Colors of #282F02
Black with #282F02
Text Example
Text Example
White with #282F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F02; }
p { color: rgb(40,47,2); }
H1.HeaderClassName
{
color: #282F02;
}
.AnyTagClassName
{
color: #282F02;
}
</style>
background-color css
<style>
a { background-color: #282F02; }
a { background-color: rgb(40,47,2); }
div.DivClassName
{
background-color: #282F02;
}
.BgClassName
{
background-color: #282F02;
}
</style>
border-color css
<style>
span { border-color: #282F02; }
span { border-color: rgb(40,47,2); }
td.TdClassName
{
border-color: #282F02;
}
.TagClassName
{
border-color: #282F02;
}
</style>