Shades of Japanese Laurel #2B772D
Tints of Japanese Laurel #2B772D
RGB
CMYK
RGB Variations
Color information
#2B772D (or 0x2B772D) is known color: Japanese Laurel. HEX triplet: 2B, 77 and 2D. RGB value is (43,119,45). Sum of RGB (Red+Green+Blue) = 43+119+45=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #2B772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B772D is #D488D2. Grayscale: #585858. Windows color (decimal): -13928659 or 2979627. OLE color: 2979627.
HSL color Cylindrical-coordinate representation of color #2B772D: hue angle of 121.58º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B772D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 45 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.53 |
| HSL | 121.58º | 0.47% | 0.32% | - |
| HSV(B) | 121.58º | 0.64% | 0.47% | - |
| XYZ | 8.07 | 13.9 | 4.74 | - |
| YUV | 87.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 45 | 0.64 | 0 | 0.62 | 0.53 | 121.58 | 0.47 | 0.32 |
| Hex | 2B | 77 | 2D | 40 | 0 | 3E | 35 | 7A | 2F | 20 |
| Octal | 53 | 167 | 55 | 100 | 0 | 76 | 65 | 172 | 57 | 40 |
| Binary | 101011 | 1110111 | 101101 | 1000000 | 0 | 111110 | 110101 | 1111010 | 101111 | 100000 |
Color Harmonies of #2B772D
Complementary color
Monochromatic Colors of #2B772D
Black with #2B772D
Text Example
Text Example
White with #2B772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B772D; }
p { color: rgb(43,119,45); }
H1.HeaderClassName
{
color: #2B772D;
}
.AnyTagClassName
{
color: #2B772D;
}
</style>
background-color css
<style>
a { background-color: #2B772D; }
a { background-color: rgb(43,119,45); }
div.DivClassName
{
background-color: #2B772D;
}
.BgClassName
{
background-color: #2B772D;
}
</style>
border-color css
<style>
span { border-color: #2B772D; }
span { border-color: rgb(43,119,45); }
td.TdClassName
{
border-color: #2B772D;
}
.TagClassName
{
border-color: #2B772D;
}
</style>