Shades of Black Forest #304026
Tints of Black Forest #304026
RGB
CMYK
RGB Variations
Color information
#304026 (or 0x304026) is known color: Black Forest. HEX triplet: 30, 40 and 26. RGB value is (48,64,38). Sum of RGB (Red+Green+Blue) = 48+64+38=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #304026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304026 is #CFBFD9. Grayscale: #383838. Windows color (decimal): -13615066 or 2506800. OLE color: 2506800.
HSL color Cylindrical-coordinate representation of color #304026: hue angle of 96.92º degrees, saturation: 0.25, 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 #304026 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 38 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.75 |
| HSL | 96.92º | 0.25% | 0.2% | - |
| HSV(B) | 96.92º | 0.41% | 0.25% | - |
| XYZ | 3.4 | 4.44 | 2.51 | - |
| YUV | 56.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 38 | 0.25 | 0 | 0.41 | 0.75 | 96.92 | 0.25 | 0.2 |
| Hex | 30 | 40 | 26 | 19 | 0 | 29 | 4B | 61 | 19 | 14 |
| Octal | 60 | 100 | 46 | 31 | 0 | 51 | 113 | 141 | 31 | 24 |
| Binary | 110000 | 1000000 | 100110 | 11001 | 0 | 101001 | 1001011 | 1100001 | 11001 | 10100 |
Color Harmonies of #304026
Complementary color
Monochromatic Colors of #304026
Black with #304026
Text Example
Text Example
White with #304026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304026; }
p { color: rgb(48,64,38); }
H1.HeaderClassName
{
color: #304026;
}
.AnyTagClassName
{
color: #304026;
}
</style>
background-color css
<style>
a { background-color: #304026; }
a { background-color: rgb(48,64,38); }
div.DivClassName
{
background-color: #304026;
}
.BgClassName
{
background-color: #304026;
}
</style>
border-color css
<style>
span { border-color: #304026; }
span { border-color: rgb(48,64,38); }
td.TdClassName
{
border-color: #304026;
}
.TagClassName
{
border-color: #304026;
}
</style>