Shades of Rangoon Green #262E0D
Tints of Rangoon Green #262E0D
RGB
CMYK
RGB Variations
Color information
#262E0D (or 0x262E0D) is known color: Rangoon Green. HEX triplet: 26, 2E and 0D. RGB value is (38,46,13). Sum of RGB (Red+Green+Blue) = 38+46+13=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #262E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E0D is #D9D1F2. Grayscale: #272727. Windows color (decimal): -14275059 or 863782. OLE color: 863782.
HSL color Cylindrical-coordinate representation of color #262E0D: hue angle of 74.55º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #262E0D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 13 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.82 |
| HSL | 74.55º | 0.56% | 0.12% | - |
| HSV(B) | 74.55º | 0.72% | 0.18% | - |
| XYZ | 1.85 | 2.4 | 0.75 | - |
| YUV | 39.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 13 | 0.17 | 0 | 0.72 | 0.82 | 74.55 | 0.56 | 0.12 |
| Hex | 26 | 2E | D | 11 | 0 | 48 | 52 | 4B | 38 | C |
| Octal | 46 | 56 | 15 | 21 | 0 | 110 | 122 | 113 | 70 | 14 |
| Binary | 100110 | 101110 | 1101 | 10001 | 0 | 1001000 | 1010010 | 1001011 | 111000 | 1100 |
Color Harmonies of #262E0D
Complementary color
Monochromatic Colors of #262E0D
Black with #262E0D
Text Example
Text Example
White with #262E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E0D; }
p { color: rgb(38,46,13); }
H1.HeaderClassName
{
color: #262E0D;
}
.AnyTagClassName
{
color: #262E0D;
}
</style>
background-color css
<style>
a { background-color: #262E0D; }
a { background-color: rgb(38,46,13); }
div.DivClassName
{
background-color: #262E0D;
}
.BgClassName
{
background-color: #262E0D;
}
</style>
border-color css
<style>
span { border-color: #262E0D; }
span { border-color: rgb(38,46,13); }
td.TdClassName
{
border-color: #262E0D;
}
.TagClassName
{
border-color: #262E0D;
}
</style>