Shades of Black Forest #303F25
Tints of Black Forest #303F25
RGB
CMYK
RGB Variations
Color information
#303F25 (or 0x303F25) is known color: Black Forest. HEX triplet: 30, 3F and 25. RGB value is (48,63,37). Sum of RGB (Red+Green+Blue) = 48+63+37=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #303F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F25 is #CFC0DA. Grayscale: #373737. Windows color (decimal): -13615323 or 2441008. OLE color: 2441008.
HSL color Cylindrical-coordinate representation of color #303F25: hue angle of 94.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303F25 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 37 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.75 |
| HSL | 94.62º | 0.26% | 0.2% | - |
| HSV(B) | 94.62º | 0.41% | 0.25% | - |
| XYZ | 3.33 | 4.32 | 2.41 | - |
| YUV | 55.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 37 | 0.24 | 0 | 0.41 | 0.75 | 94.62 | 0.26 | 0.2 |
| Hex | 30 | 3F | 25 | 18 | 0 | 29 | 4B | 5F | 1A | 14 |
| Octal | 60 | 77 | 45 | 30 | 0 | 51 | 113 | 137 | 32 | 24 |
| Binary | 110000 | 111111 | 100101 | 11000 | 0 | 101001 | 1001011 | 1011111 | 11010 | 10100 |
Color Harmonies of #303F25
Complementary color
Monochromatic Colors of #303F25
Black with #303F25
Text Example
Text Example
White with #303F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F25; }
p { color: rgb(48,63,37); }
H1.HeaderClassName
{
color: #303F25;
}
.AnyTagClassName
{
color: #303F25;
}
</style>
background-color css
<style>
a { background-color: #303F25; }
a { background-color: rgb(48,63,37); }
div.DivClassName
{
background-color: #303F25;
}
.BgClassName
{
background-color: #303F25;
}
</style>
border-color css
<style>
span { border-color: #303F25; }
span { border-color: rgb(48,63,37); }
td.TdClassName
{
border-color: #303F25;
}
.TagClassName
{
border-color: #303F25;
}
</style>