Shades of Rangoon Green #252E0F
Tints of Rangoon Green #252E0F
RGB
CMYK
RGB Variations
Color information
#252E0F (or 0x252E0F) is known color: Rangoon Green. HEX triplet: 25, 2E and 0F. RGB value is (37,46,15). Sum of RGB (Red+Green+Blue) = 37+46+15=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #252E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E0F is #DAD1F0. Grayscale: #272727. Windows color (decimal): -14340593 or 994853. OLE color: 994853.
HSL color Cylindrical-coordinate representation of color #252E0F: hue angle of 77.42º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252E0F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 46 | 15 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.82 |
| HSL | 77.42º | 0.51% | 0.12% | - |
| HSV(B) | 77.42º | 0.67% | 0.18% | - |
| XYZ | 1.83 | 2.38 | 0.82 | - |
| YUV | 39.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 15 | 0.20 | 0 | 0.67 | 0.82 | 77.42 | 0.51 | 0.12 |
| Hex | 25 | 2E | F | 14 | 0 | 43 | 52 | 4D | 33 | C |
| Octal | 45 | 56 | 17 | 24 | 0 | 103 | 122 | 115 | 63 | 14 |
| Binary | 100101 | 101110 | 1111 | 10100 | 0 | 1000011 | 1010010 | 1001101 | 110011 | 1100 |
Color Harmonies of #252E0F
Complementary color
Monochromatic Colors of #252E0F
Black with #252E0F
Text Example
Text Example
White with #252E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E0F; }
p { color: rgb(37,46,15); }
H1.HeaderClassName
{
color: #252E0F;
}
.AnyTagClassName
{
color: #252E0F;
}
</style>
background-color css
<style>
a { background-color: #252E0F; }
a { background-color: rgb(37,46,15); }
div.DivClassName
{
background-color: #252E0F;
}
.BgClassName
{
background-color: #252E0F;
}
</style>
border-color css
<style>
span { border-color: #252E0F; }
span { border-color: rgb(37,46,15); }
td.TdClassName
{
border-color: #252E0F;
}
.TagClassName
{
border-color: #252E0F;
}
</style>