Shades of Rangoon Green #2B3417
Tints of Rangoon Green #2B3417
RGB
CMYK
RGB Variations
Color information
#2B3417 (or 0x2B3417) is known color: Rangoon Green. HEX triplet: 2B, 34 and 17. RGB value is (43,52,23). Sum of RGB (Red+Green+Blue) = 43+52+23=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3417 is #D4CBE8. Grayscale: #2E2E2E. Windows color (decimal): -13945833 or 1520683. OLE color: 1520683.
HSL color Cylindrical-coordinate representation of color #2B3417: hue angle of 78.62º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B3417 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 23 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.80 |
| HSL | 78.62º | 0.39% | 0.15% | - |
| HSV(B) | 78.62º | 0.56% | 0.2% | - |
| XYZ | 2.38 | 3.03 | 1.27 | - |
| YUV | 46 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 23 | 0.17 | 0 | 0.56 | 0.80 | 78.62 | 0.39 | 0.15 |
| Hex | 2B | 34 | 17 | 11 | 0 | 38 | 50 | 4F | 27 | F |
| Octal | 53 | 64 | 27 | 21 | 0 | 70 | 120 | 117 | 47 | 17 |
| Binary | 101011 | 110100 | 10111 | 10001 | 0 | 111000 | 1010000 | 1001111 | 100111 | 1111 |
Color Harmonies of #2B3417
Complementary color
Monochromatic Colors of #2B3417
Black with #2B3417
Text Example
Text Example
White with #2B3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3417; }
p { color: rgb(43,52,23); }
H1.HeaderClassName
{
color: #2B3417;
}
.AnyTagClassName
{
color: #2B3417;
}
</style>
background-color css
<style>
a { background-color: #2B3417; }
a { background-color: rgb(43,52,23); }
div.DivClassName
{
background-color: #2B3417;
}
.BgClassName
{
background-color: #2B3417;
}
</style>
border-color css
<style>
span { border-color: #2B3417; }
span { border-color: rgb(43,52,23); }
td.TdClassName
{
border-color: #2B3417;
}
.TagClassName
{
border-color: #2B3417;
}
</style>