Shades of Black Forest #303A28
Tints of Black Forest #303A28
RGB
CMYK
RGB Variations
Color information
#303A28 (or 0x303A28) is known color: Black Forest. HEX triplet: 30, 3A and 28. RGB value is (48,58,40). Sum of RGB (Red+Green+Blue) = 48+58+40=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #303A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A28 is #CFC5D7. Grayscale: #353535. Windows color (decimal): -13616600 or 2636336. OLE color: 2636336.
HSL color Cylindrical-coordinate representation of color #303A28: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303A28 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 40 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.77 |
| HSL | 93.33º | 0.18% | 0.19% | - |
| HSV(B) | 93.33º | 0.31% | 0.23% | - |
| XYZ | 3.11 | 3.81 | 2.58 | - |
| YUV | 52.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 40 | 0.17 | 0 | 0.31 | 0.77 | 93.33 | 0.18 | 0.19 |
| Hex | 30 | 3A | 28 | 11 | 0 | 1F | 4D | 5D | 12 | 13 |
| Octal | 60 | 72 | 50 | 21 | 0 | 37 | 115 | 135 | 22 | 23 |
| Binary | 110000 | 111010 | 101000 | 10001 | 0 | 11111 | 1001101 | 1011101 | 10010 | 10011 |
Color Harmonies of #303A28
Complementary color
Monochromatic Colors of #303A28
Black with #303A28
Text Example
Text Example
White with #303A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A28; }
p { color: rgb(48,58,40); }
H1.HeaderClassName
{
color: #303A28;
}
.AnyTagClassName
{
color: #303A28;
}
</style>
background-color css
<style>
a { background-color: #303A28; }
a { background-color: rgb(48,58,40); }
div.DivClassName
{
background-color: #303A28;
}
.BgClassName
{
background-color: #303A28;
}
</style>
border-color css
<style>
span { border-color: #303A28; }
span { border-color: rgb(48,58,40); }
td.TdClassName
{
border-color: #303A28;
}
.TagClassName
{
border-color: #303A28;
}
</style>