Shades of Black Forest #233D10
Tints of Black Forest #233D10
RGB
CMYK
RGB Variations
Color information
#233D10 (or 0x233D10) is known color: Black Forest. HEX triplet: 23, 3D and 10. RGB value is (35,61,16). Sum of RGB (Red+Green+Blue) = 35+61+16=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #233D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233D10 is #DCC2EF. Grayscale: #303030. Windows color (decimal): -14467824 or 1064227. OLE color: 1064227.
HSL color Cylindrical-coordinate representation of color #233D10: hue angle of 94.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233D10 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 16 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.76 |
| HSL | 94.67º | 0.58% | 0.15% | - |
| HSV(B) | 94.67º | 0.74% | 0.24% | - |
| XYZ | 2.46 | 3.73 | 1.08 | - |
| YUV | 48.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 16 | 0.43 | 0 | 0.74 | 0.76 | 94.67 | 0.58 | 0.15 |
| Hex | 23 | 3D | 10 | 2B | 0 | 4A | 4C | 5F | 3A | F |
| Octal | 43 | 75 | 20 | 53 | 0 | 112 | 114 | 137 | 72 | 17 |
| Binary | 100011 | 111101 | 10000 | 101011 | 0 | 1001010 | 1001100 | 1011111 | 111010 | 1111 |
Color Harmonies of #233D10
Complementary color
Monochromatic Colors of #233D10
Black with #233D10
Text Example
Text Example
White with #233D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D10; }
p { color: rgb(35,61,16); }
H1.HeaderClassName
{
color: #233D10;
}
.AnyTagClassName
{
color: #233D10;
}
</style>
background-color css
<style>
a { background-color: #233D10; }
a { background-color: rgb(35,61,16); }
div.DivClassName
{
background-color: #233D10;
}
.BgClassName
{
background-color: #233D10;
}
</style>
border-color css
<style>
span { border-color: #233D10; }
span { border-color: rgb(35,61,16); }
td.TdClassName
{
border-color: #233D10;
}
.TagClassName
{
border-color: #233D10;
}
</style>