Shades of Green Waterloo #2B2D15
Tints of Green Waterloo #2B2D15
RGB
CMYK
RGB Variations
Color information
#2B2D15 (or 0x2B2D15) is known color: Green Waterloo. HEX triplet: 2B, 2D and 15. RGB value is (43,45,21). Sum of RGB (Red+Green+Blue) = 43+45+21=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D15 is #D4D2EA. Grayscale: #292929. Windows color (decimal): -13947627 or 1387819. OLE color: 1387819.
HSL color Cylindrical-coordinate representation of color #2B2D15: hue angle of 65º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2D15 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 45 | 21 | - |
CMYK | 0.04 | 0 | 0.53 | 0.82 |
HSL | 65º | 0.36% | 0.13% | - |
HSV(B) | 65º | 0.53% | 0.18% | - |
XYZ | 2.07 | 2.44 | 1.07 | - |
YUV | 41.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 21 | 0.04 | 0 | 0.53 | 0.82 | 65 | 0.36 | 0.13 |
Hex | 2B | 2D | 15 | 4 | 0 | 35 | 52 | 41 | 24 | D |
Octal | 53 | 55 | 25 | 4 | 0 | 65 | 122 | 101 | 44 | 15 |
Binary | 101011 | 101101 | 10101 | 100 | 0 | 110101 | 1010010 | 1000001 | 100100 | 1101 |
Color Harmonies of #2B2D15
Complementary color
Monochromatic Colors of #2B2D15
Black with #2B2D15
Text Example
Text Example
White with #2B2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D15; }
p { color: rgb(43,45,21); }
H1.HeaderClassName
{
color: #2B2D15;
}
.AnyTagClassName
{
color: #2B2D15;
}
</style>
background-color css
<style>
a { background-color: #2B2D15; }
a { background-color: rgb(43,45,21); }
div.DivClassName
{
background-color: #2B2D15;
}
.BgClassName
{
background-color: #2B2D15;
}
</style>
border-color css
<style>
span { border-color: #2B2D15; }
span { border-color: rgb(43,45,21); }
td.TdClassName
{
border-color: #2B2D15;
}
.TagClassName
{
border-color: #2B2D15;
}
</style>