Shades of Green Waterloo #2B3005
Tints of Green Waterloo #2B3005
RGB
CMYK
RGB Variations
Color information
#2B3005 (or 0x2B3005) is known color: Green Waterloo. HEX triplet: 2B, 30 and 05. RGB value is (43,48,5). Sum of RGB (Red+Green+Blue) = 43+48+5=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3005 is #D4CFFA. Grayscale: #292929. Windows color (decimal): -13946875 or 340011. OLE color: 340011.
HSL color Cylindrical-coordinate representation of color #2B3005: hue angle of 66.98º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B3005 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 5 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.81 |
| HSL | 66.98º | 0.81% | 0.1% | - |
| HSV(B) | 66.98º | 0.9% | 0.19% | - |
| XYZ | 2.08 | 2.64 | 0.54 | - |
| YUV | 41.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 5 | 0.10 | 0 | 0.90 | 0.81 | 66.98 | 0.81 | 0.1 |
| Hex | 2B | 30 | 5 | A | 0 | 5A | 51 | 43 | 51 | A |
| Octal | 53 | 60 | 5 | 12 | 0 | 132 | 121 | 103 | 121 | 12 |
| Binary | 101011 | 110000 | 101 | 1010 | 0 | 1011010 | 1010001 | 1000011 | 1010001 | 1010 |
Color Harmonies of #2B3005
Complementary color
Monochromatic Colors of #2B3005
Black with #2B3005
Text Example
Text Example
White with #2B3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3005; }
p { color: rgb(43,48,5); }
H1.HeaderClassName
{
color: #2B3005;
}
.AnyTagClassName
{
color: #2B3005;
}
</style>
background-color css
<style>
a { background-color: #2B3005; }
a { background-color: rgb(43,48,5); }
div.DivClassName
{
background-color: #2B3005;
}
.BgClassName
{
background-color: #2B3005;
}
</style>
border-color css
<style>
span { border-color: #2B3005; }
span { border-color: rgb(43,48,5); }
td.TdClassName
{
border-color: #2B3005;
}
.TagClassName
{
border-color: #2B3005;
}
</style>