Shades of Green Waterloo #252912
Tints of Green Waterloo #252912
RGB
CMYK
RGB Variations
Color information
#252912 (or 0x252912) is known color: Green Waterloo. HEX triplet: 25, 29 and 12. RGB value is (37,41,18). Sum of RGB (Red+Green+Blue) = 37+41+18=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #252912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252912 is #DAD6ED. Grayscale: #252525. Windows color (decimal): -14341870 or 1190181. OLE color: 1190181.
HSL color Cylindrical-coordinate representation of color #252912: hue angle of 70.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252912 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
RGB | 37 | 41 | 18 | - |
CMYK | 0.10 | 0 | 0.56 | 0.84 |
HSL | 70.43º | 0.39% | 0.12% | - |
HSV(B) | 70.43º | 0.56% | 0.16% | - |
XYZ | 1.67 | 2.02 | 0.87 | - |
YUV | 37.18 | 117.17 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 41 | 18 | 0.10 | 0 | 0.56 | 0.84 | 70.43 | 0.39 | 0.12 |
Hex | 25 | 29 | 12 | A | 0 | 38 | 54 | 46 | 27 | C |
Octal | 45 | 51 | 22 | 12 | 0 | 70 | 124 | 106 | 47 | 14 |
Binary | 100101 | 101001 | 10010 | 1010 | 0 | 111000 | 1010100 | 1000110 | 100111 | 1100 |
Color Harmonies of #252912
Complementary color
Monochromatic Colors of #252912
Black with #252912
Text Example
Text Example
White with #252912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252912; }
p { color: rgb(37,41,18); }
H1.HeaderClassName
{
color: #252912;
}
.AnyTagClassName
{
color: #252912;
}
</style>
background-color css
<style>
a { background-color: #252912; }
a { background-color: rgb(37,41,18); }
div.DivClassName
{
background-color: #252912;
}
.BgClassName
{
background-color: #252912;
}
</style>
border-color css
<style>
span { border-color: #252912; }
span { border-color: rgb(37,41,18); }
td.TdClassName
{
border-color: #252912;
}
.TagClassName
{
border-color: #252912;
}
</style>