Shades of Rangoon Green #26300D
Tints of Rangoon Green #26300D
RGB
CMYK
RGB Variations
Color information
#26300D (or 0x26300D) is known color: Rangoon Green. HEX triplet: 26, 30 and 0D. RGB value is (38,48,13). Sum of RGB (Red+Green+Blue) = 38+48+13=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #26300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26300D is #D9CFF2. Grayscale: #292929. Windows color (decimal): -14274547 or 864294. OLE color: 864294.
HSL color Cylindrical-coordinate representation of color #26300D: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26300D is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 13 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.81 |
| HSL | 77.14º | 0.57% | 0.12% | - |
| HSV(B) | 77.14º | 0.73% | 0.19% | - |
| XYZ | 1.93 | 2.56 | 0.77 | - |
| YUV | 41.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 13 | 0.21 | 0 | 0.73 | 0.81 | 77.14 | 0.57 | 0.12 |
| Hex | 26 | 30 | D | 15 | 0 | 49 | 51 | 4D | 39 | C |
| Octal | 46 | 60 | 15 | 25 | 0 | 111 | 121 | 115 | 71 | 14 |
| Binary | 100110 | 110000 | 1101 | 10101 | 0 | 1001001 | 1010001 | 1001101 | 111001 | 1100 |
Color Harmonies of #26300D
Complementary color
Monochromatic Colors of #26300D
Black with #26300D
Text Example
Text Example
White with #26300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26300D; }
p { color: rgb(38,48,13); }
H1.HeaderClassName
{
color: #26300D;
}
.AnyTagClassName
{
color: #26300D;
}
</style>
background-color css
<style>
a { background-color: #26300D; }
a { background-color: rgb(38,48,13); }
div.DivClassName
{
background-color: #26300D;
}
.BgClassName
{
background-color: #26300D;
}
</style>
border-color css
<style>
span { border-color: #26300D; }
span { border-color: rgb(38,48,13); }
td.TdClassName
{
border-color: #26300D;
}
.TagClassName
{
border-color: #26300D;
}
</style>