Shades of Rangoon Green #262E13
Tints of Rangoon Green #262E13
RGB
CMYK
RGB Variations
Color information
#262E13 (or 0x262E13) is known color: Rangoon Green. HEX triplet: 26, 2E and 13. RGB value is (38,46,19). Sum of RGB (Red+Green+Blue) = 38+46+19=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #262E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E13 is #D9D1EC. Grayscale: #282828. Windows color (decimal): -14275053 or 1256998. OLE color: 1256998.
HSL color Cylindrical-coordinate representation of color #262E13: hue angle of 77.78º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262E13 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 19 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.82 |
| HSL | 77.78º | 0.42% | 0.13% | - |
| HSV(B) | 77.78º | 0.59% | 0.18% | - |
| XYZ | 1.89 | 2.41 | 0.98 | - |
| YUV | 40.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 19 | 0.17 | 0 | 0.59 | 0.82 | 77.78 | 0.42 | 0.13 |
| Hex | 26 | 2E | 13 | 11 | 0 | 3B | 52 | 4E | 2A | D |
| Octal | 46 | 56 | 23 | 21 | 0 | 73 | 122 | 116 | 52 | 15 |
| Binary | 100110 | 101110 | 10011 | 10001 | 0 | 111011 | 1010010 | 1001110 | 101010 | 1101 |
Color Harmonies of #262E13
Complementary color
Monochromatic Colors of #262E13
Black with #262E13
Text Example
Text Example
White with #262E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E13; }
p { color: rgb(38,46,19); }
H1.HeaderClassName
{
color: #262E13;
}
.AnyTagClassName
{
color: #262E13;
}
</style>
background-color css
<style>
a { background-color: #262E13; }
a { background-color: rgb(38,46,19); }
div.DivClassName
{
background-color: #262E13;
}
.BgClassName
{
background-color: #262E13;
}
</style>
border-color css
<style>
span { border-color: #262E13; }
span { border-color: rgb(38,46,19); }
td.TdClassName
{
border-color: #262E13;
}
.TagClassName
{
border-color: #262E13;
}
</style>