Shades of Japanese Laurel #2D6F23
Tints of Japanese Laurel #2D6F23
RGB
CMYK
RGB Variations
Color information
#2D6F23 (or 0x2D6F23) is known color: Japanese Laurel. HEX triplet: 2D, 6F and 23. RGB value is (45,111,35). Sum of RGB (Red+Green+Blue) = 45+111+35=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6F23 is #D290DC. Grayscale: #525252. Windows color (decimal): -13799645 or 2322221. OLE color: 2322221.
HSL color Cylindrical-coordinate representation of color #2D6F23: hue angle of 112.11º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D6F23 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 35 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.56 |
| HSL | 112.11º | 0.52% | 0.29% | - |
| HSV(B) | 112.11º | 0.68% | 0.44% | - |
| XYZ | 7.07 | 12.05 | 3.54 | - |
| YUV | 82.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 35 | 0.59 | 0 | 0.68 | 0.56 | 112.11 | 0.52 | 0.29 |
| Hex | 2D | 6F | 23 | 3B | 0 | 44 | 38 | 70 | 34 | 1D |
| Octal | 55 | 157 | 43 | 73 | 0 | 104 | 70 | 160 | 64 | 35 |
| Binary | 101101 | 1101111 | 100011 | 111011 | 0 | 1000100 | 111000 | 1110000 | 110100 | 11101 |
Color Harmonies of #2D6F23
Complementary color
Monochromatic Colors of #2D6F23
Black with #2D6F23
Text Example
Text Example
White with #2D6F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F23; }
p { color: rgb(45,111,35); }
H1.HeaderClassName
{
color: #2D6F23;
}
.AnyTagClassName
{
color: #2D6F23;
}
</style>
background-color css
<style>
a { background-color: #2D6F23; }
a { background-color: rgb(45,111,35); }
div.DivClassName
{
background-color: #2D6F23;
}
.BgClassName
{
background-color: #2D6F23;
}
</style>
border-color css
<style>
span { border-color: #2D6F23; }
span { border-color: rgb(45,111,35); }
td.TdClassName
{
border-color: #2D6F23;
}
.TagClassName
{
border-color: #2D6F23;
}
</style>