Shades of Green Waterloo #2B3018
Tints of Green Waterloo #2B3018
RGB
CMYK
RGB Variations
Color information
#2B3018 (or 0x2B3018) is known color: Green Waterloo. HEX triplet: 2B, 30 and 18. RGB value is (43,48,24). Sum of RGB (Red+Green+Blue) = 43+48+24=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3018 is #D4CFE7. Grayscale: #2B2B2B. Windows color (decimal): -13946856 or 1585195. OLE color: 1585195.
HSL color Cylindrical-coordinate representation of color #2B3018: hue angle of 72.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B3018 is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 24 | - |
| CMYK | 0.10 | 0 | 0.5 | 0.81 |
| HSL | 72.5º | 0.33% | 0.14% | - |
| HSV(B) | 72.5º | 0.5% | 0.19% | - |
| XYZ | 2.22 | 2.69 | 1.27 | - |
| YUV | 43.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 24 | 0.10 | 0 | 0.5 | 0.81 | 72.5 | 0.33 | 0.14 |
| Hex | 2B | 30 | 18 | A | 0 | 32 | 51 | 48 | 21 | E |
| Octal | 53 | 60 | 30 | 12 | 0 | 62 | 121 | 110 | 41 | 16 |
| Binary | 101011 | 110000 | 11000 | 1010 | 0 | 110010 | 1010001 | 1001000 | 100001 | 1110 |
Color Harmonies of #2B3018
Complementary color
Monochromatic Colors of #2B3018
Black with #2B3018
Text Example
Text Example
White with #2B3018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3018; }
p { color: rgb(43,48,24); }
H1.HeaderClassName
{
color: #2B3018;
}
.AnyTagClassName
{
color: #2B3018;
}
</style>
background-color css
<style>
a { background-color: #2B3018; }
a { background-color: rgb(43,48,24); }
div.DivClassName
{
background-color: #2B3018;
}
.BgClassName
{
background-color: #2B3018;
}
</style>
border-color css
<style>
span { border-color: #2B3018; }
span { border-color: rgb(43,48,24); }
td.TdClassName
{
border-color: #2B3018;
}
.TagClassName
{
border-color: #2B3018;
}
</style>