Shades of Rangoon Green #272C1C
Tints of Rangoon Green #272C1C
RGB
CMYK
RGB Variations
Color information
#272C1C (or 0x272C1C) is known color: Rangoon Green. HEX triplet: 27, 2C and 1C. RGB value is (39,44,28). Sum of RGB (Red+Green+Blue) = 39+44+28=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 44 - color contains mainly: green. Hex color #272C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C1C is #D8D3E3. Grayscale: #282828. Windows color (decimal): -14210020 or 1846311. OLE color: 1846311.
HSL color Cylindrical-coordinate representation of color #272C1C: hue angle of 78.75º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #272C1C is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 28 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.83 |
| HSL | 78.75º | 0.22% | 0.14% | - |
| HSV(B) | 78.75º | 0.36% | 0.17% | - |
| XYZ | 1.95 | 2.32 | 1.44 | - |
| YUV | 40.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 28 | 0.11 | 0 | 0.36 | 0.83 | 78.75 | 0.22 | 0.14 |
| Hex | 27 | 2C | 1C | B | 0 | 24 | 53 | 4F | 16 | E |
| Octal | 47 | 54 | 34 | 13 | 0 | 44 | 123 | 117 | 26 | 16 |
| Binary | 100111 | 101100 | 11100 | 1011 | 0 | 100100 | 1010011 | 1001111 | 10110 | 1110 |
Color Harmonies of #272C1C
Complementary color
Monochromatic Colors of #272C1C
Black with #272C1C
Text Example
Text Example
White with #272C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C1C; }
p { color: rgb(39,44,28); }
H1.HeaderClassName
{
color: #272C1C;
}
.AnyTagClassName
{
color: #272C1C;
}
</style>
background-color css
<style>
a { background-color: #272C1C; }
a { background-color: rgb(39,44,28); }
div.DivClassName
{
background-color: #272C1C;
}
.BgClassName
{
background-color: #272C1C;
}
</style>
border-color css
<style>
span { border-color: #272C1C; }
span { border-color: rgb(39,44,28); }
td.TdClassName
{
border-color: #272C1C;
}
.TagClassName
{
border-color: #272C1C;
}
</style>