Shades of Rangoon Green #252A1A
Tints of Rangoon Green #252A1A
RGB
CMYK
RGB Variations
Color information
#252A1A (or 0x252A1A) is known color: Rangoon Green. HEX triplet: 25, 2A and 1A. RGB value is (37,42,26). Sum of RGB (Red+Green+Blue) = 37+42+26=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 42 - color contains mainly: green. Hex color #252A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A1A is #DAD5E5. Grayscale: #262626. Windows color (decimal): -14341606 or 1714725. OLE color: 1714725.
HSL color Cylindrical-coordinate representation of color #252A1A: hue angle of 78.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #252A1A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 42 | 26 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.84 |
| HSL | 78.75º | 0.24% | 0.13% | - |
| HSV(B) | 78.75º | 0.38% | 0.16% | - |
| XYZ | 1.78 | 2.12 | 1.29 | - |
| YUV | 38.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 26 | 0.12 | 0 | 0.38 | 0.84 | 78.75 | 0.24 | 0.13 |
| Hex | 25 | 2A | 1A | C | 0 | 26 | 54 | 4F | 18 | D |
| Octal | 45 | 52 | 32 | 14 | 0 | 46 | 124 | 117 | 30 | 15 |
| Binary | 100101 | 101010 | 11010 | 1100 | 0 | 100110 | 1010100 | 1001111 | 11000 | 1101 |
Color Harmonies of #252A1A
Complementary color
Monochromatic Colors of #252A1A
Black with #252A1A
Text Example
Text Example
White with #252A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A1A; }
p { color: rgb(37,42,26); }
H1.HeaderClassName
{
color: #252A1A;
}
.AnyTagClassName
{
color: #252A1A;
}
</style>
background-color css
<style>
a { background-color: #252A1A; }
a { background-color: rgb(37,42,26); }
div.DivClassName
{
background-color: #252A1A;
}
.BgClassName
{
background-color: #252A1A;
}
</style>
border-color css
<style>
span { border-color: #252A1A; }
span { border-color: rgb(37,42,26); }
td.TdClassName
{
border-color: #252A1A;
}
.TagClassName
{
border-color: #252A1A;
}
</style>