Shades of Black Forest #303E27
Tints of Black Forest #303E27
RGB
CMYK
RGB Variations
Color information
#303E27 (or 0x303E27) is known color: Black Forest. HEX triplet: 30, 3E and 27. RGB value is (48,62,39). Sum of RGB (Red+Green+Blue) = 48+62+39=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #303E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E27 is #CFC1D8. Grayscale: #373737. Windows color (decimal): -13615577 or 2571824. OLE color: 2571824.
HSL color Cylindrical-coordinate representation of color #303E27: hue angle of 96.52º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #303E27 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 39 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.76 |
| HSL | 96.52º | 0.23% | 0.2% | - |
| HSV(B) | 96.52º | 0.37% | 0.24% | - |
| XYZ | 3.31 | 4.22 | 2.56 | - |
| YUV | 55.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 39 | 0.23 | 0 | 0.37 | 0.76 | 96.52 | 0.23 | 0.2 |
| Hex | 30 | 3E | 27 | 17 | 0 | 25 | 4C | 61 | 17 | 14 |
| Octal | 60 | 76 | 47 | 27 | 0 | 45 | 114 | 141 | 27 | 24 |
| Binary | 110000 | 111110 | 100111 | 10111 | 0 | 100101 | 1001100 | 1100001 | 10111 | 10100 |
Color Harmonies of #303E27
Complementary color
Monochromatic Colors of #303E27
Black with #303E27
Text Example
Text Example
White with #303E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E27; }
p { color: rgb(48,62,39); }
H1.HeaderClassName
{
color: #303E27;
}
.AnyTagClassName
{
color: #303E27;
}
</style>
background-color css
<style>
a { background-color: #303E27; }
a { background-color: rgb(48,62,39); }
div.DivClassName
{
background-color: #303E27;
}
.BgClassName
{
background-color: #303E27;
}
</style>
border-color css
<style>
span { border-color: #303E27; }
span { border-color: rgb(48,62,39); }
td.TdClassName
{
border-color: #303E27;
}
.TagClassName
{
border-color: #303E27;
}
</style>