Shades of Black Forest #233A12
Tints of Black Forest #233A12
RGB
CMYK
RGB Variations
Color information
#233A12 (or 0x233A12) is known color: Black Forest. HEX triplet: 23, 3A and 12. RGB value is (35,58,18). Sum of RGB (Red+Green+Blue) = 35+58+18=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #233A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A12 is #DCC5ED. Grayscale: #2E2E2E. Windows color (decimal): -14468590 or 1194531. OLE color: 1194531.
HSL color Cylindrical-coordinate representation of color #233A12: hue angle of 94.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233A12 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 18 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.77 |
| HSL | 94.5º | 0.53% | 0.15% | - |
| HSV(B) | 94.5º | 0.69% | 0.23% | - |
| XYZ | 2.32 | 3.43 | 1.11 | - |
| YUV | 46.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 18 | 0.40 | 0 | 0.69 | 0.77 | 94.5 | 0.53 | 0.15 |
| Hex | 23 | 3A | 12 | 28 | 0 | 45 | 4D | 5E | 35 | F |
| Octal | 43 | 72 | 22 | 50 | 0 | 105 | 115 | 136 | 65 | 17 |
| Binary | 100011 | 111010 | 10010 | 101000 | 0 | 1000101 | 1001101 | 1011110 | 110101 | 1111 |
Color Harmonies of #233A12
Complementary color
Monochromatic Colors of #233A12
Black with #233A12
Text Example
Text Example
White with #233A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A12; }
p { color: rgb(35,58,18); }
H1.HeaderClassName
{
color: #233A12;
}
.AnyTagClassName
{
color: #233A12;
}
</style>
background-color css
<style>
a { background-color: #233A12; }
a { background-color: rgb(35,58,18); }
div.DivClassName
{
background-color: #233A12;
}
.BgClassName
{
background-color: #233A12;
}
</style>
border-color css
<style>
span { border-color: #233A12; }
span { border-color: rgb(35,58,18); }
td.TdClassName
{
border-color: #233A12;
}
.TagClassName
{
border-color: #233A12;
}
</style>