Shades of Green Waterloo #2B3009
Tints of Green Waterloo #2B3009
RGB
CMYK
RGB Variations
Color information
#2B3009 (or 0x2B3009) is known color: Green Waterloo. HEX triplet: 2B, 30 and 09. RGB value is (43,48,9). Sum of RGB (Red+Green+Blue) = 43+48+9=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3009 is #D4CFF6. Grayscale: #2A2A2A. Windows color (decimal): -13946871 or 602155. OLE color: 602155.
HSL color Cylindrical-coordinate representation of color #2B3009: hue angle of 67.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B3009 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 9 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.81 |
| HSL | 67.69º | 0.68% | 0.11% | - |
| HSV(B) | 67.69º | 0.81% | 0.19% | - |
| XYZ | 2.1 | 2.65 | 0.66 | - |
| YUV | 42.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 9 | 0.10 | 0 | 0.81 | 0.81 | 67.69 | 0.68 | 0.11 |
| Hex | 2B | 30 | 9 | A | 0 | 51 | 51 | 44 | 44 | B |
| Octal | 53 | 60 | 11 | 12 | 0 | 121 | 121 | 104 | 104 | 13 |
| Binary | 101011 | 110000 | 1001 | 1010 | 0 | 1010001 | 1010001 | 1000100 | 1000100 | 1011 |
Color Harmonies of #2B3009
Complementary color
Monochromatic Colors of #2B3009
Black with #2B3009
Text Example
Text Example
White with #2B3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3009; }
p { color: rgb(43,48,9); }
H1.HeaderClassName
{
color: #2B3009;
}
.AnyTagClassName
{
color: #2B3009;
}
</style>
background-color css
<style>
a { background-color: #2B3009; }
a { background-color: rgb(43,48,9); }
div.DivClassName
{
background-color: #2B3009;
}
.BgClassName
{
background-color: #2B3009;
}
</style>
border-color css
<style>
span { border-color: #2B3009; }
span { border-color: rgb(43,48,9); }
td.TdClassName
{
border-color: #2B3009;
}
.TagClassName
{
border-color: #2B3009;
}
</style>