Shades of Rangoon Green #252D13
Tints of Rangoon Green #252D13
RGB
CMYK
RGB Variations
Color information
#252D13 (or 0x252D13) is known color: Rangoon Green. HEX triplet: 25, 2D and 13. RGB value is (37,45,19). Sum of RGB (Red+Green+Blue) = 37+45+19=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #252D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D13 is #DAD2EC. Grayscale: #272727. Windows color (decimal): -14340845 or 1256741. OLE color: 1256741.
HSL color Cylindrical-coordinate representation of color #252D13: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252D13 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 19 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.82 |
| HSL | 78.46º | 0.41% | 0.13% | - |
| HSV(B) | 78.46º | 0.58% | 0.18% | - |
| XYZ | 1.82 | 2.32 | 0.97 | - |
| YUV | 39.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 19 | 0.18 | 0 | 0.58 | 0.82 | 78.46 | 0.41 | 0.13 |
| Hex | 25 | 2D | 13 | 12 | 0 | 3A | 52 | 4E | 29 | D |
| Octal | 45 | 55 | 23 | 22 | 0 | 72 | 122 | 116 | 51 | 15 |
| Binary | 100101 | 101101 | 10011 | 10010 | 0 | 111010 | 1010010 | 1001110 | 101001 | 1101 |
Color Harmonies of #252D13
Complementary color
Monochromatic Colors of #252D13
Black with #252D13
Text Example
Text Example
White with #252D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D13; }
p { color: rgb(37,45,19); }
H1.HeaderClassName
{
color: #252D13;
}
.AnyTagClassName
{
color: #252D13;
}
</style>
background-color css
<style>
a { background-color: #252D13; }
a { background-color: rgb(37,45,19); }
div.DivClassName
{
background-color: #252D13;
}
.BgClassName
{
background-color: #252D13;
}
</style>
border-color css
<style>
span { border-color: #252D13; }
span { border-color: rgb(37,45,19); }
td.TdClassName
{
border-color: #252D13;
}
.TagClassName
{
border-color: #252D13;
}
</style>