Shades of Japanese Laurel #2B762A
Tints of Japanese Laurel #2B762A
RGB
CMYK
RGB Variations
Color information
#2B762A (or 0x2B762A) is known color: Japanese Laurel. HEX triplet: 2B, 76 and 2A. RGB value is (43,118,42). Sum of RGB (Red+Green+Blue) = 43+118+42=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #2B762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B762A is #D489D5. Grayscale: #575757. Windows color (decimal): -13928918 or 2782763. OLE color: 2782763.
HSL color Cylindrical-coordinate representation of color #2B762A: hue angle of 119.21º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B762A is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 42 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.54 |
| HSL | 119.21º | 0.48% | 0.31% | - |
| HSV(B) | 119.21º | 0.64% | 0.46% | - |
| XYZ | 7.89 | 13.64 | 4.41 | - |
| YUV | 86.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 42 | 0.64 | 0 | 0.64 | 0.54 | 119.21 | 0.48 | 0.31 |
| Hex | 2B | 76 | 2A | 40 | 0 | 40 | 36 | 77 | 30 | 1F |
| Octal | 53 | 166 | 52 | 100 | 0 | 100 | 66 | 167 | 60 | 37 |
| Binary | 101011 | 1110110 | 101010 | 1000000 | 0 | 1000000 | 110110 | 1110111 | 110000 | 11111 |
Color Harmonies of #2B762A
Complementary color
Monochromatic Colors of #2B762A
Black with #2B762A
Text Example
Text Example
White with #2B762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B762A; }
p { color: rgb(43,118,42); }
H1.HeaderClassName
{
color: #2B762A;
}
.AnyTagClassName
{
color: #2B762A;
}
</style>
background-color css
<style>
a { background-color: #2B762A; }
a { background-color: rgb(43,118,42); }
div.DivClassName
{
background-color: #2B762A;
}
.BgClassName
{
background-color: #2B762A;
}
</style>
border-color css
<style>
span { border-color: #2B762A; }
span { border-color: rgb(43,118,42); }
td.TdClassName
{
border-color: #2B762A;
}
.TagClassName
{
border-color: #2B762A;
}
</style>