Shades of Green Waterloo #2A300B
Tints of Green Waterloo #2A300B
RGB
CMYK
RGB Variations
Color information
#2A300B (or 0x2A300B) is known color: Green Waterloo. HEX triplet: 2A, 30 and 0B. RGB value is (42,48,11). Sum of RGB (Red+Green+Blue) = 42+48+11=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #2A300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A300B is #D5CFF4. Grayscale: #2A2A2A. Windows color (decimal): -14012405 or 733226. OLE color: 733226.
HSL color Cylindrical-coordinate representation of color #2A300B: hue angle of 69.73º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A300B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 11 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.81 |
| HSL | 69.73º | 0.63% | 0.12% | - |
| HSV(B) | 69.73º | 0.77% | 0.19% | - |
| XYZ | 2.07 | 2.63 | 0.72 | - |
| YUV | 41.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 11 | 0.13 | 0 | 0.77 | 0.81 | 69.73 | 0.63 | 0.12 |
| Hex | 2A | 30 | B | D | 0 | 4D | 51 | 46 | 3F | C |
| Octal | 52 | 60 | 13 | 15 | 0 | 115 | 121 | 106 | 77 | 14 |
| Binary | 101010 | 110000 | 1011 | 1101 | 0 | 1001101 | 1010001 | 1000110 | 111111 | 1100 |
Color Harmonies of #2A300B
Complementary color
Monochromatic Colors of #2A300B
Black with #2A300B
Text Example
Text Example
White with #2A300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A300B; }
p { color: rgb(42,48,11); }
H1.HeaderClassName
{
color: #2A300B;
}
.AnyTagClassName
{
color: #2A300B;
}
</style>
background-color css
<style>
a { background-color: #2A300B; }
a { background-color: rgb(42,48,11); }
div.DivClassName
{
background-color: #2A300B;
}
.BgClassName
{
background-color: #2A300B;
}
</style>
border-color css
<style>
span { border-color: #2A300B; }
span { border-color: rgb(42,48,11); }
td.TdClassName
{
border-color: #2A300B;
}
.TagClassName
{
border-color: #2A300B;
}
</style>