Shades of Rangoon Green #272C18
Tints of Rangoon Green #272C18
RGB
CMYK
RGB Variations
Color information
#272C18 (or 0x272C18) is known color: Rangoon Green. HEX triplet: 27, 2C and 18. RGB value is (39,44,24). Sum of RGB (Red+Green+Blue) = 39+44+24=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #272C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C18 is #D8D3E7. Grayscale: #282828. Windows color (decimal): -14210024 or 1584167. OLE color: 1584167.
HSL color Cylindrical-coordinate representation of color #272C18: hue angle of 75º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272C18 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 24 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.83 |
| HSL | 75º | 0.29% | 0.13% | - |
| HSV(B) | 75º | 0.45% | 0.17% | - |
| XYZ | 1.9 | 2.3 | 1.21 | - |
| YUV | 40.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 24 | 0.11 | 0 | 0.45 | 0.83 | 75 | 0.29 | 0.13 |
| Hex | 27 | 2C | 18 | B | 0 | 2D | 53 | 4B | 1D | D |
| Octal | 47 | 54 | 30 | 13 | 0 | 55 | 123 | 113 | 35 | 15 |
| Binary | 100111 | 101100 | 11000 | 1011 | 0 | 101101 | 1010011 | 1001011 | 11101 | 1101 |
Color Harmonies of #272C18
Complementary color
Monochromatic Colors of #272C18
Black with #272C18
Text Example
Text Example
White with #272C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C18; }
p { color: rgb(39,44,24); }
H1.HeaderClassName
{
color: #272C18;
}
.AnyTagClassName
{
color: #272C18;
}
</style>
background-color css
<style>
a { background-color: #272C18; }
a { background-color: rgb(39,44,24); }
div.DivClassName
{
background-color: #272C18;
}
.BgClassName
{
background-color: #272C18;
}
</style>
border-color css
<style>
span { border-color: #272C18; }
span { border-color: rgb(39,44,24); }
td.TdClassName
{
border-color: #272C18;
}
.TagClassName
{
border-color: #272C18;
}
</style>