Shades of Green Waterloo #2B2D14
Tints of Green Waterloo #2B2D14
RGB
CMYK
RGB Variations
Color information
#2B2D14 (or 0x2B2D14) is known color: Green Waterloo. HEX triplet: 2B, 2D and 14. RGB value is (43,45,20). Sum of RGB (Red+Green+Blue) = 43+45+20=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D14 is #D4D2EB. Grayscale: #292929. Windows color (decimal): -13947628 or 1322283. OLE color: 1322283.
HSL color Cylindrical-coordinate representation of color #2B2D14: hue angle of 64.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2D14 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 45 | 20 | - |
CMYK | 0.04 | 0 | 0.56 | 0.82 |
HSL | 64.8º | 0.38% | 0.13% | - |
HSV(B) | 64.8º | 0.56% | 0.18% | - |
XYZ | 2.06 | 2.44 | 1.02 | - |
YUV | 41.55 | 115.84 | 129.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 20 | 0.04 | 0 | 0.56 | 0.82 | 64.8 | 0.38 | 0.13 |
Hex | 2B | 2D | 14 | 4 | 0 | 38 | 52 | 41 | 26 | D |
Octal | 53 | 55 | 24 | 4 | 0 | 70 | 122 | 101 | 46 | 15 |
Binary | 101011 | 101101 | 10100 | 100 | 0 | 111000 | 1010010 | 1000001 | 100110 | 1101 |
Color Harmonies of #2B2D14
Complementary color
Monochromatic Colors of #2B2D14
Black with #2B2D14
Text Example
Text Example
White with #2B2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D14; }
p { color: rgb(43,45,20); }
H1.HeaderClassName
{
color: #2B2D14;
}
.AnyTagClassName
{
color: #2B2D14;
}
</style>
background-color css
<style>
a { background-color: #2B2D14; }
a { background-color: rgb(43,45,20); }
div.DivClassName
{
background-color: #2B2D14;
}
.BgClassName
{
background-color: #2B2D14;
}
</style>
border-color css
<style>
span { border-color: #2B2D14; }
span { border-color: rgb(43,45,20); }
td.TdClassName
{
border-color: #2B2D14;
}
.TagClassName
{
border-color: #2B2D14;
}
</style>