Shades of Rangoon Green #272C1B
Tints of Rangoon Green #272C1B
RGB
CMYK
RGB Variations
Color information
#272C1B (or 0x272C1B) is known color: Rangoon Green. HEX triplet: 27, 2C and 1B. RGB value is (39,44,27). Sum of RGB (Red+Green+Blue) = 39+44+27=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #272C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C1B is #D8D3E4. Grayscale: #282828. Windows color (decimal): -14210021 or 1780775. OLE color: 1780775.
HSL color Cylindrical-coordinate representation of color #272C1B: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #272C1B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 27 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.83 |
| HSL | 77.65º | 0.24% | 0.14% | - |
| HSV(B) | 77.65º | 0.39% | 0.17% | - |
| XYZ | 1.94 | 2.31 | 1.38 | - |
| YUV | 40.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 27 | 0.11 | 0 | 0.39 | 0.83 | 77.65 | 0.24 | 0.14 |
| Hex | 27 | 2C | 1B | B | 0 | 27 | 53 | 4E | 18 | E |
| Octal | 47 | 54 | 33 | 13 | 0 | 47 | 123 | 116 | 30 | 16 |
| Binary | 100111 | 101100 | 11011 | 1011 | 0 | 100111 | 1010011 | 1001110 | 11000 | 1110 |
Color Harmonies of #272C1B
Complementary color
Monochromatic Colors of #272C1B
Black with #272C1B
Text Example
Text Example
White with #272C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C1B; }
p { color: rgb(39,44,27); }
H1.HeaderClassName
{
color: #272C1B;
}
.AnyTagClassName
{
color: #272C1B;
}
</style>
background-color css
<style>
a { background-color: #272C1B; }
a { background-color: rgb(39,44,27); }
div.DivClassName
{
background-color: #272C1B;
}
.BgClassName
{
background-color: #272C1B;
}
</style>
border-color css
<style>
span { border-color: #272C1B; }
span { border-color: rgb(39,44,27); }
td.TdClassName
{
border-color: #272C1B;
}
.TagClassName
{
border-color: #272C1B;
}
</style>