Shades of Rangoon Green #303821
Tints of Rangoon Green #303821
RGB
CMYK
RGB Variations
Color information
#303821 (or 0x303821) is known color: Rangoon Green. HEX triplet: 30, 38 and 21. RGB value is (48,56,33). Sum of RGB (Red+Green+Blue) = 48+56+33=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #303821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303821 is #CFC7DE. Grayscale: #333333. Windows color (decimal): -13617119 or 2177072. OLE color: 2177072.
HSL color Cylindrical-coordinate representation of color #303821: hue angle of 80.87º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303821 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 33 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.78 |
| HSL | 80.87º | 0.26% | 0.17% | - |
| HSV(B) | 80.87º | 0.41% | 0.22% | - |
| XYZ | 2.91 | 3.57 | 1.97 | - |
| YUV | 50.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 33 | 0.14 | 0 | 0.41 | 0.78 | 80.87 | 0.26 | 0.17 |
| Hex | 30 | 38 | 21 | E | 0 | 29 | 4E | 51 | 1A | 11 |
| Octal | 60 | 70 | 41 | 16 | 0 | 51 | 116 | 121 | 32 | 21 |
| Binary | 110000 | 111000 | 100001 | 1110 | 0 | 101001 | 1001110 | 1010001 | 11010 | 10001 |
Color Harmonies of #303821
Complementary color
Monochromatic Colors of #303821
Black with #303821
Text Example
Text Example
White with #303821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303821; }
p { color: rgb(48,56,33); }
H1.HeaderClassName
{
color: #303821;
}
.AnyTagClassName
{
color: #303821;
}
</style>
background-color css
<style>
a { background-color: #303821; }
a { background-color: rgb(48,56,33); }
div.DivClassName
{
background-color: #303821;
}
.BgClassName
{
background-color: #303821;
}
</style>
border-color css
<style>
span { border-color: #303821; }
span { border-color: rgb(48,56,33); }
td.TdClassName
{
border-color: #303821;
}
.TagClassName
{
border-color: #303821;
}
</style>