Shades of Rangoon Green #252A1B
Tints of Rangoon Green #252A1B
RGB
CMYK
RGB Variations
Color information
#252A1B (or 0x252A1B) is known color: Rangoon Green. HEX triplet: 25, 2A and 1B. RGB value is (37,42,27). Sum of RGB (Red+Green+Blue) = 37+42+27=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 42 - color contains mainly: green. Hex color #252A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A1B is #DAD5E4. Grayscale: #262626. Windows color (decimal): -14341605 or 1780261. OLE color: 1780261.
HSL color Cylindrical-coordinate representation of color #252A1B: hue angle of 80º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #252A1B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 42 | 27 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.84 |
| HSL | 80º | 0.22% | 0.14% | - |
| HSV(B) | 80º | 0.36% | 0.16% | - |
| XYZ | 1.79 | 2.13 | 1.35 | - |
| YUV | 38.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 27 | 0.12 | 0 | 0.36 | 0.84 | 80 | 0.22 | 0.14 |
| Hex | 25 | 2A | 1B | C | 0 | 24 | 54 | 50 | 16 | E |
| Octal | 45 | 52 | 33 | 14 | 0 | 44 | 124 | 120 | 26 | 16 |
| Binary | 100101 | 101010 | 11011 | 1100 | 0 | 100100 | 1010100 | 1010000 | 10110 | 1110 |
Color Harmonies of #252A1B
Complementary color
Monochromatic Colors of #252A1B
Black with #252A1B
Text Example
Text Example
White with #252A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A1B; }
p { color: rgb(37,42,27); }
H1.HeaderClassName
{
color: #252A1B;
}
.AnyTagClassName
{
color: #252A1B;
}
</style>
background-color css
<style>
a { background-color: #252A1B; }
a { background-color: rgb(37,42,27); }
div.DivClassName
{
background-color: #252A1B;
}
.BgClassName
{
background-color: #252A1B;
}
</style>
border-color css
<style>
span { border-color: #252A1B; }
span { border-color: rgb(37,42,27); }
td.TdClassName
{
border-color: #252A1B;
}
.TagClassName
{
border-color: #252A1B;
}
</style>