Shades of Japanese Laurel #2B762D
Tints of Japanese Laurel #2B762D
RGB
CMYK
RGB Variations
Color information
#2B762D (or 0x2B762D) is known color: Japanese Laurel. HEX triplet: 2B, 76 and 2D. RGB value is (43,118,45). Sum of RGB (Red+Green+Blue) = 43+118+45=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #2B762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B762D is #D489D2. Grayscale: #575757. Windows color (decimal): -13928915 or 2979371. OLE color: 2979371.
HSL color Cylindrical-coordinate representation of color #2B762D: hue angle of 121.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B762D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 45 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.54 |
| HSL | 121.6º | 0.47% | 0.32% | - |
| HSV(B) | 121.6º | 0.64% | 0.46% | - |
| XYZ | 7.95 | 13.66 | 4.7 | - |
| YUV | 87.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 45 | 0.64 | 0 | 0.62 | 0.54 | 121.6 | 0.47 | 0.32 |
| Hex | 2B | 76 | 2D | 40 | 0 | 3E | 36 | 7A | 2F | 20 |
| Octal | 53 | 166 | 55 | 100 | 0 | 76 | 66 | 172 | 57 | 40 |
| Binary | 101011 | 1110110 | 101101 | 1000000 | 0 | 111110 | 110110 | 1111010 | 101111 | 100000 |
Color Harmonies of #2B762D
Complementary color
Monochromatic Colors of #2B762D
Black with #2B762D
Text Example
Text Example
White with #2B762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B762D; }
p { color: rgb(43,118,45); }
H1.HeaderClassName
{
color: #2B762D;
}
.AnyTagClassName
{
color: #2B762D;
}
</style>
background-color css
<style>
a { background-color: #2B762D; }
a { background-color: rgb(43,118,45); }
div.DivClassName
{
background-color: #2B762D;
}
.BgClassName
{
background-color: #2B762D;
}
</style>
border-color css
<style>
span { border-color: #2B762D; }
span { border-color: rgb(43,118,45); }
td.TdClassName
{
border-color: #2B762D;
}
.TagClassName
{
border-color: #2B762D;
}
</style>