Shades of Rangoon Green #262E10
Tints of Rangoon Green #262E10
RGB
CMYK
RGB Variations
Color information
#262E10 (or 0x262E10) is known color: Rangoon Green. HEX triplet: 26, 2E and 10. RGB value is (38,46,16). Sum of RGB (Red+Green+Blue) = 38+46+16=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #262E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E10 is #D9D1EF. Grayscale: #282828. Windows color (decimal): -14275056 or 1060390. OLE color: 1060390.
HSL color Cylindrical-coordinate representation of color #262E10: hue angle of 76º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #262E10 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 16 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.82 |
| HSL | 76º | 0.48% | 0.12% | - |
| HSV(B) | 76º | 0.65% | 0.18% | - |
| XYZ | 1.87 | 2.4 | 0.86 | - |
| YUV | 40.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 16 | 0.17 | 0 | 0.65 | 0.82 | 76 | 0.48 | 0.12 |
| Hex | 26 | 2E | 10 | 11 | 0 | 41 | 52 | 4C | 30 | C |
| Octal | 46 | 56 | 20 | 21 | 0 | 101 | 122 | 114 | 60 | 14 |
| Binary | 100110 | 101110 | 10000 | 10001 | 0 | 1000001 | 1010010 | 1001100 | 110000 | 1100 |
Color Harmonies of #262E10
Complementary color
Monochromatic Colors of #262E10
Black with #262E10
Text Example
Text Example
White with #262E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E10; }
p { color: rgb(38,46,16); }
H1.HeaderClassName
{
color: #262E10;
}
.AnyTagClassName
{
color: #262E10;
}
</style>
background-color css
<style>
a { background-color: #262E10; }
a { background-color: rgb(38,46,16); }
div.DivClassName
{
background-color: #262E10;
}
.BgClassName
{
background-color: #262E10;
}
</style>
border-color css
<style>
span { border-color: #262E10; }
span { border-color: rgb(38,46,16); }
td.TdClassName
{
border-color: #262E10;
}
.TagClassName
{
border-color: #262E10;
}
</style>