Shades of Black Forest #233D14
Tints of Black Forest #233D14
RGB
CMYK
RGB Variations
Color information
#233D14 (or 0x233D14) is known color: Black Forest. HEX triplet: 23, 3D and 14. RGB value is (35,61,20). Sum of RGB (Red+Green+Blue) = 35+61+20=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #233D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233D14 is #DCC2EB. Grayscale: #303030. Windows color (decimal): -14467820 or 1326371. OLE color: 1326371.
HSL color Cylindrical-coordinate representation of color #233D14: hue angle of 98.05º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233D14 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 20 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.76 |
| HSL | 98.05º | 0.51% | 0.16% | - |
| HSV(B) | 98.05º | 0.67% | 0.24% | - |
| XYZ | 2.49 | 3.75 | 1.25 | - |
| YUV | 48.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 20 | 0.43 | 0 | 0.67 | 0.76 | 98.05 | 0.51 | 0.16 |
| Hex | 23 | 3D | 14 | 2B | 0 | 43 | 4C | 62 | 33 | 10 |
| Octal | 43 | 75 | 24 | 53 | 0 | 103 | 114 | 142 | 63 | 20 |
| Binary | 100011 | 111101 | 10100 | 101011 | 0 | 1000011 | 1001100 | 1100010 | 110011 | 10000 |
Color Harmonies of #233D14
Complementary color
Monochromatic Colors of #233D14
Black with #233D14
Text Example
Text Example
White with #233D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D14; }
p { color: rgb(35,61,20); }
H1.HeaderClassName
{
color: #233D14;
}
.AnyTagClassName
{
color: #233D14;
}
</style>
background-color css
<style>
a { background-color: #233D14; }
a { background-color: rgb(35,61,20); }
div.DivClassName
{
background-color: #233D14;
}
.BgClassName
{
background-color: #233D14;
}
</style>
border-color css
<style>
span { border-color: #233D14; }
span { border-color: rgb(35,61,20); }
td.TdClassName
{
border-color: #233D14;
}
.TagClassName
{
border-color: #233D14;
}
</style>