Shades of Black Forest #303E26
Tints of Black Forest #303E26
RGB
CMYK
RGB Variations
Color information
#303E26 (or 0x303E26) is known color: Black Forest. HEX triplet: 30, 3E and 26. RGB value is (48,62,38). Sum of RGB (Red+Green+Blue) = 48+62+38=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 62 - color contains mainly: green. Hex color #303E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E26 is #CFC1D9. Grayscale: #373737. Windows color (decimal): -13615578 or 2506288. OLE color: 2506288.
HSL color Cylindrical-coordinate representation of color #303E26: hue angle of 95º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #303E26 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 38 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.76 |
| HSL | 95º | 0.24% | 0.2% | - |
| HSV(B) | 95º | 0.39% | 0.24% | - |
| XYZ | 3.29 | 4.21 | 2.47 | - |
| YUV | 55.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 38 | 0.23 | 0 | 0.39 | 0.76 | 95 | 0.24 | 0.2 |
| Hex | 30 | 3E | 26 | 17 | 0 | 27 | 4C | 5F | 18 | 14 |
| Octal | 60 | 76 | 46 | 27 | 0 | 47 | 114 | 137 | 30 | 24 |
| Binary | 110000 | 111110 | 100110 | 10111 | 0 | 100111 | 1001100 | 1011111 | 11000 | 10100 |
Color Harmonies of #303E26
Complementary color
Monochromatic Colors of #303E26
Black with #303E26
Text Example
Text Example
White with #303E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E26; }
p { color: rgb(48,62,38); }
H1.HeaderClassName
{
color: #303E26;
}
.AnyTagClassName
{
color: #303E26;
}
</style>
background-color css
<style>
a { background-color: #303E26; }
a { background-color: rgb(48,62,38); }
div.DivClassName
{
background-color: #303E26;
}
.BgClassName
{
background-color: #303E26;
}
</style>
border-color css
<style>
span { border-color: #303E26; }
span { border-color: rgb(48,62,38); }
td.TdClassName
{
border-color: #303E26;
}
.TagClassName
{
border-color: #303E26;
}
</style>