Shades of Green Waterloo #2B2F03
Tints of Green Waterloo #2B2F03
RGB
CMYK
RGB Variations
Color information
#2B2F03 (or 0x2B2F03) is known color: Green Waterloo. HEX triplet: 2B, 2F and 03. RGB value is (43,47,3). Sum of RGB (Red+Green+Blue) = 43+47+3=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #2B2F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2F03 is #D4D0FC. Grayscale: #282828. Windows color (decimal): -13947133 or 208683. OLE color: 208683.
HSL color Cylindrical-coordinate representation of color #2B2F03: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B2F03 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 47 | 3 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.82 |
| HSL | 65.45º | 0.88% | 0.1% | - |
| HSV(B) | 65.45º | 0.94% | 0.18% | - |
| XYZ | 2.03 | 2.55 | 0.47 | - |
| YUV | 40.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 3 | 0.09 | 0 | 0.94 | 0.82 | 65.45 | 0.88 | 0.1 |
| Hex | 2B | 2F | 3 | 9 | 0 | 5E | 52 | 41 | 58 | A |
| Octal | 53 | 57 | 3 | 11 | 0 | 136 | 122 | 101 | 130 | 12 |
| Binary | 101011 | 101111 | 11 | 1001 | 0 | 1011110 | 1010010 | 1000001 | 1011000 | 1010 |
Color Harmonies of #2B2F03
Complementary color
Monochromatic Colors of #2B2F03
Black with #2B2F03
Text Example
Text Example
White with #2B2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F03; }
p { color: rgb(43,47,3); }
H1.HeaderClassName
{
color: #2B2F03;
}
.AnyTagClassName
{
color: #2B2F03;
}
</style>
background-color css
<style>
a { background-color: #2B2F03; }
a { background-color: rgb(43,47,3); }
div.DivClassName
{
background-color: #2B2F03;
}
.BgClassName
{
background-color: #2B2F03;
}
</style>
border-color css
<style>
span { border-color: #2B2F03; }
span { border-color: rgb(43,47,3); }
td.TdClassName
{
border-color: #2B2F03;
}
.TagClassName
{
border-color: #2B2F03;
}
</style>