Shades of Rangoon Green #252D0E
Tints of Rangoon Green #252D0E
RGB
CMYK
RGB Variations
Color information
#252D0E (or 0x252D0E) is known color: Rangoon Green. HEX triplet: 25, 2D and 0E. RGB value is (37,45,14). Sum of RGB (Red+Green+Blue) = 37+45+14=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #252D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D0E is #DAD2F1. Grayscale: #272727. Windows color (decimal): -14340850 or 929061. OLE color: 929061.
HSL color Cylindrical-coordinate representation of color #252D0E: hue angle of 75.48º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252D0E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 14 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.82 |
| HSL | 75.48º | 0.53% | 0.12% | - |
| HSV(B) | 75.48º | 0.69% | 0.18% | - |
| XYZ | 1.78 | 2.3 | 0.77 | - |
| YUV | 39.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 14 | 0.18 | 0 | 0.69 | 0.82 | 75.48 | 0.53 | 0.12 |
| Hex | 25 | 2D | E | 12 | 0 | 45 | 52 | 4B | 35 | C |
| Octal | 45 | 55 | 16 | 22 | 0 | 105 | 122 | 113 | 65 | 14 |
| Binary | 100101 | 101101 | 1110 | 10010 | 0 | 1000101 | 1010010 | 1001011 | 110101 | 1100 |
Color Harmonies of #252D0E
Complementary color
Monochromatic Colors of #252D0E
Black with #252D0E
Text Example
Text Example
White with #252D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D0E; }
p { color: rgb(37,45,14); }
H1.HeaderClassName
{
color: #252D0E;
}
.AnyTagClassName
{
color: #252D0E;
}
</style>
background-color css
<style>
a { background-color: #252D0E; }
a { background-color: rgb(37,45,14); }
div.DivClassName
{
background-color: #252D0E;
}
.BgClassName
{
background-color: #252D0E;
}
</style>
border-color css
<style>
span { border-color: #252D0E; }
span { border-color: rgb(37,45,14); }
td.TdClassName
{
border-color: #252D0E;
}
.TagClassName
{
border-color: #252D0E;
}
</style>