Shades of Green Waterloo #2F302A
Tints of Green Waterloo #2F302A
RGB
CMYK
RGB Variations
Color information
#2F302A (or 0x2F302A) is known color: Green Waterloo. HEX triplet: 2F, 30 and 2A. RGB value is (47,48,42). Sum of RGB (Red+Green+Blue) = 47+48+42=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 48 - color contains mainly: green. Hex color #2F302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F302A is #D0CFD5. Grayscale: #2F2F2F. Windows color (decimal): -13684694 or 2764847. OLE color: 2764847.
HSL color Cylindrical-coordinate representation of color #2F302A: hue angle of 70º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2F302A is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
RGB | 47 | 48 | 42 | - |
CMYK | 0.02 | 0 | 0.13 | 0.81 |
HSL | 70º | 0.07% | 0.18% | - |
HSV(B) | 70º | 0.13% | 0.19% | - |
XYZ | 2.65 | 2.89 | 2.61 | - |
YUV | 47.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 48 | 42 | 0.02 | 0 | 0.13 | 0.81 | 70 | 0.07 | 0.18 |
Hex | 2F | 30 | 2A | 2 | 0 | D | 51 | 46 | 7 | 12 |
Octal | 57 | 60 | 52 | 2 | 0 | 15 | 121 | 106 | 7 | 22 |
Binary | 101111 | 110000 | 101010 | 10 | 0 | 1101 | 1010001 | 1000110 | 111 | 10010 |
Color Harmonies of #2F302A
Complementary color
Monochromatic Colors of #2F302A
Black with #2F302A
Text Example
Text Example
White with #2F302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F302A; }
p { color: rgb(47,48,42); }
H1.HeaderClassName
{
color: #2F302A;
}
.AnyTagClassName
{
color: #2F302A;
}
</style>
background-color css
<style>
a { background-color: #2F302A; }
a { background-color: rgb(47,48,42); }
div.DivClassName
{
background-color: #2F302A;
}
.BgClassName
{
background-color: #2F302A;
}
</style>
border-color css
<style>
span { border-color: #2F302A; }
span { border-color: rgb(47,48,42); }
td.TdClassName
{
border-color: #2F302A;
}
.TagClassName
{
border-color: #2F302A;
}
</style>