Shades of Rangoon Green #272B1B
Tints of Rangoon Green #272B1B
RGB
CMYK
RGB Variations
Color information
#272B1B (or 0x272B1B) is known color: Rangoon Green. HEX triplet: 27, 2B and 1B. RGB value is (39,43,27). Sum of RGB (Red+Green+Blue) = 39+43+27=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 43 - color contains mainly: green. Hex color #272B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B1B is #D8D4E4. Grayscale: #282828. Windows color (decimal): -14210277 or 1780519. OLE color: 1780519.
HSL color Cylindrical-coordinate representation of color #272B1B: hue angle of 75º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #272B1B is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 43 | 27 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.83 |
| HSL | 75º | 0.23% | 0.14% | - |
| HSV(B) | 75º | 0.37% | 0.17% | - |
| XYZ | 1.9 | 2.24 | 1.37 | - |
| YUV | 39.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 27 | 0.09 | 0 | 0.37 | 0.83 | 75 | 0.23 | 0.14 |
| Hex | 27 | 2B | 1B | 9 | 0 | 25 | 53 | 4B | 17 | E |
| Octal | 47 | 53 | 33 | 11 | 0 | 45 | 123 | 113 | 27 | 16 |
| Binary | 100111 | 101011 | 11011 | 1001 | 0 | 100101 | 1010011 | 1001011 | 10111 | 1110 |
Color Harmonies of #272B1B
Complementary color
Monochromatic Colors of #272B1B
Black with #272B1B
Text Example
Text Example
White with #272B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B1B; }
p { color: rgb(39,43,27); }
H1.HeaderClassName
{
color: #272B1B;
}
.AnyTagClassName
{
color: #272B1B;
}
</style>
background-color css
<style>
a { background-color: #272B1B; }
a { background-color: rgb(39,43,27); }
div.DivClassName
{
background-color: #272B1B;
}
.BgClassName
{
background-color: #272B1B;
}
</style>
border-color css
<style>
span { border-color: #272B1B; }
span { border-color: rgb(39,43,27); }
td.TdClassName
{
border-color: #272B1B;
}
.TagClassName
{
border-color: #272B1B;
}
</style>