Shades of Rangoon Green #252D0D
Tints of Rangoon Green #252D0D
RGB
CMYK
RGB Variations
Color information
#252D0D (or 0x252D0D) is known color: Rangoon Green. HEX triplet: 25, 2D and 0D. RGB value is (37,45,13). Sum of RGB (Red+Green+Blue) = 37+45+13=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #252D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D0D is #DAD2F2. Grayscale: #272727. Windows color (decimal): -14340851 or 863525. OLE color: 863525.
HSL color Cylindrical-coordinate representation of color #252D0D: hue angle of 75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252D0D is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 45 | 13 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.82 |
| HSL | 75º | 0.55% | 0.11% | - |
| HSV(B) | 75º | 0.71% | 0.18% | - |
| XYZ | 1.77 | 2.3 | 0.73 | - |
| YUV | 38.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 13 | 0.18 | 0 | 0.71 | 0.82 | 75 | 0.55 | 0.11 |
| Hex | 25 | 2D | D | 12 | 0 | 47 | 52 | 4B | 37 | B |
| Octal | 45 | 55 | 15 | 22 | 0 | 107 | 122 | 113 | 67 | 13 |
| Binary | 100101 | 101101 | 1101 | 10010 | 0 | 1000111 | 1010010 | 1001011 | 110111 | 1011 |
Color Harmonies of #252D0D
Complementary color
Monochromatic Colors of #252D0D
Black with #252D0D
Text Example
Text Example
White with #252D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D0D; }
p { color: rgb(37,45,13); }
H1.HeaderClassName
{
color: #252D0D;
}
.AnyTagClassName
{
color: #252D0D;
}
</style>
background-color css
<style>
a { background-color: #252D0D; }
a { background-color: rgb(37,45,13); }
div.DivClassName
{
background-color: #252D0D;
}
.BgClassName
{
background-color: #252D0D;
}
</style>
border-color css
<style>
span { border-color: #252D0D; }
span { border-color: rgb(37,45,13); }
td.TdClassName
{
border-color: #252D0D;
}
.TagClassName
{
border-color: #252D0D;
}
</style>