Shades of Japanese Laurel #2B742C
Tints of Japanese Laurel #2B742C
RGB
CMYK
RGB Variations
Color information
#2B742C (or 0x2B742C) is known color: Japanese Laurel. HEX triplet: 2B, 74 and 2C. RGB value is (43,116,44). Sum of RGB (Red+Green+Blue) = 43+116+44=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #2B742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B742C is #D48BD3. Grayscale: #565656. Windows color (decimal): -13929428 or 2913323. OLE color: 2913323.
HSL color Cylindrical-coordinate representation of color #2B742C: hue angle of 120.82º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B742C is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 44 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.55 |
| HSL | 120.82º | 0.46% | 0.31% | - |
| HSV(B) | 120.82º | 0.63% | 0.45% | - |
| XYZ | 7.7 | 13.19 | 4.52 | - |
| YUV | 85.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 44 | 0.63 | 0 | 0.62 | 0.55 | 120.82 | 0.46 | 0.31 |
| Hex | 2B | 74 | 2C | 3F | 0 | 3E | 37 | 79 | 2E | 1F |
| Octal | 53 | 164 | 54 | 77 | 0 | 76 | 67 | 171 | 56 | 37 |
| Binary | 101011 | 1110100 | 101100 | 111111 | 0 | 111110 | 110111 | 1111001 | 101110 | 11111 |
Color Harmonies of #2B742C
Complementary color
Monochromatic Colors of #2B742C
Black with #2B742C
Text Example
Text Example
White with #2B742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B742C; }
p { color: rgb(43,116,44); }
H1.HeaderClassName
{
color: #2B742C;
}
.AnyTagClassName
{
color: #2B742C;
}
</style>
background-color css
<style>
a { background-color: #2B742C; }
a { background-color: rgb(43,116,44); }
div.DivClassName
{
background-color: #2B742C;
}
.BgClassName
{
background-color: #2B742C;
}
</style>
border-color css
<style>
span { border-color: #2B742C; }
span { border-color: rgb(43,116,44); }
td.TdClassName
{
border-color: #2B742C;
}
.TagClassName
{
border-color: #2B742C;
}
</style>