Shades of Rangoon Green #2B2D27
Tints of Rangoon Green #2B2D27
RGB
CMYK
RGB Variations
Color information
#2B2D27 (or 0x2B2D27) is known color: Rangoon Green. HEX triplet: 2B, 2D and 27. RGB value is (43,45,39). Sum of RGB (Red+Green+Blue) = 43+45+39=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D27 is #D4D2D8. Grayscale: #2B2B2B. Windows color (decimal): -13947609 or 2567467. OLE color: 2567467.
HSL color Cylindrical-coordinate representation of color #2B2D27: hue angle of 80º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2B2D27 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 45 | 39 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.82 |
| HSL | 80º | 0.07% | 0.16% | - |
| HSV(B) | 80º | 0.13% | 0.18% | - |
| XYZ | 2.3 | 2.54 | 2.29 | - |
| YUV | 43.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 39 | 0.04 | 0 | 0.13 | 0.82 | 80 | 0.07 | 0.16 |
| Hex | 2B | 2D | 27 | 4 | 0 | D | 52 | 50 | 7 | 10 |
| Octal | 53 | 55 | 47 | 4 | 0 | 15 | 122 | 120 | 7 | 20 |
| Binary | 101011 | 101101 | 100111 | 100 | 0 | 1101 | 1010010 | 1010000 | 111 | 10000 |
Color Harmonies of #2B2D27
Complementary color
Monochromatic Colors of #2B2D27
Black with #2B2D27
Text Example
Text Example
White with #2B2D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D27; }
p { color: rgb(43,45,39); }
H1.HeaderClassName
{
color: #2B2D27;
}
.AnyTagClassName
{
color: #2B2D27;
}
</style>
background-color css
<style>
a { background-color: #2B2D27; }
a { background-color: rgb(43,45,39); }
div.DivClassName
{
background-color: #2B2D27;
}
.BgClassName
{
background-color: #2B2D27;
}
</style>
border-color css
<style>
span { border-color: #2B2D27; }
span { border-color: rgb(43,45,39); }
td.TdClassName
{
border-color: #2B2D27;
}
.TagClassName
{
border-color: #2B2D27;
}
</style>