Shades of Rangoon Green #26300A
Tints of Rangoon Green #26300A
RGB
CMYK
RGB Variations
Color information
#26300A (or 0x26300A) is known color: Rangoon Green. HEX triplet: 26, 30 and 0A. RGB value is (38,48,10). Sum of RGB (Red+Green+Blue) = 38+48+10=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #26300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26300A is #D9CFF5. Grayscale: #282828. Windows color (decimal): -14274550 or 667686. OLE color: 667686.
HSL color Cylindrical-coordinate representation of color #26300A: hue angle of 75.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26300A is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 10 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.81 |
| HSL | 75.79º | 0.66% | 0.11% | - |
| HSV(B) | 75.79º | 0.79% | 0.19% | - |
| XYZ | 1.91 | 2.55 | 0.68 | - |
| YUV | 40.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 10 | 0.21 | 0 | 0.79 | 0.81 | 75.79 | 0.66 | 0.11 |
| Hex | 26 | 30 | A | 15 | 0 | 4F | 51 | 4C | 42 | B |
| Octal | 46 | 60 | 12 | 25 | 0 | 117 | 121 | 114 | 102 | 13 |
| Binary | 100110 | 110000 | 1010 | 10101 | 0 | 1001111 | 1010001 | 1001100 | 1000010 | 1011 |
Color Harmonies of #26300A
Complementary color
Monochromatic Colors of #26300A
Black with #26300A
Text Example
Text Example
White with #26300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26300A; }
p { color: rgb(38,48,10); }
H1.HeaderClassName
{
color: #26300A;
}
.AnyTagClassName
{
color: #26300A;
}
</style>
background-color css
<style>
a { background-color: #26300A; }
a { background-color: rgb(38,48,10); }
div.DivClassName
{
background-color: #26300A;
}
.BgClassName
{
background-color: #26300A;
}
</style>
border-color css
<style>
span { border-color: #26300A; }
span { border-color: rgb(38,48,10); }
td.TdClassName
{
border-color: #26300A;
}
.TagClassName
{
border-color: #26300A;
}
</style>