Shades of Green Waterloo #2D2F12
Tints of Green Waterloo #2D2F12
RGB
CMYK
RGB Variations
Color information
#2D2F12 (or 0x2D2F12) is known color: Green Waterloo. HEX triplet: 2D, 2F and 12. RGB value is (45,47,18). Sum of RGB (Red+Green+Blue) = 45+47+18=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #2D2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2F12 is #D2D0ED. Grayscale: #2B2B2B. Windows color (decimal): -13816046 or 1191725. OLE color: 1191725.
HSL color Cylindrical-coordinate representation of color #2D2F12: hue angle of 64.14º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D2F12 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 47 | 18 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.82 |
| HSL | 64.14º | 0.45% | 0.13% | - |
| HSV(B) | 64.14º | 0.62% | 0.18% | - |
| XYZ | 2.21 | 2.63 | 0.96 | - |
| YUV | 43.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 18 | 0.04 | 0 | 0.62 | 0.82 | 64.14 | 0.45 | 0.13 |
| Hex | 2D | 2F | 12 | 4 | 0 | 3E | 52 | 40 | 2D | D |
| Octal | 55 | 57 | 22 | 4 | 0 | 76 | 122 | 100 | 55 | 15 |
| Binary | 101101 | 101111 | 10010 | 100 | 0 | 111110 | 1010010 | 1000000 | 101101 | 1101 |
Color Harmonies of #2D2F12
Complementary color
Monochromatic Colors of #2D2F12
Black with #2D2F12
Text Example
Text Example
White with #2D2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F12; }
p { color: rgb(45,47,18); }
H1.HeaderClassName
{
color: #2D2F12;
}
.AnyTagClassName
{
color: #2D2F12;
}
</style>
background-color css
<style>
a { background-color: #2D2F12; }
a { background-color: rgb(45,47,18); }
div.DivClassName
{
background-color: #2D2F12;
}
.BgClassName
{
background-color: #2D2F12;
}
</style>
border-color css
<style>
span { border-color: #2D2F12; }
span { border-color: rgb(45,47,18); }
td.TdClassName
{
border-color: #2D2F12;
}
.TagClassName
{
border-color: #2D2F12;
}
</style>