Shades of Japanese Laurel #2B7831
Tints of Japanese Laurel #2B7831
RGB
CMYK
RGB Variations
Color information
#2B7831 (or 0x2B7831) is known color: Japanese Laurel. HEX triplet: 2B, 78 and 31. RGB value is (43,120,49). Sum of RGB (Red+Green+Blue) = 43+120+49=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7831 is #D487CE. Grayscale: #595959. Windows color (decimal): -13928399 or 3242027. OLE color: 3242027.
HSL color Cylindrical-coordinate representation of color #2B7831: hue angle of 124.68º 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 #2B7831 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 49 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.53 |
| HSL | 124.68º | 0.47% | 0.32% | - |
| HSV(B) | 124.68º | 0.64% | 0.47% | - |
| XYZ | 8.27 | 14.17 | 5.2 | - |
| YUV | 88.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 49 | 0.64 | 0 | 0.59 | 0.53 | 124.68 | 0.47 | 0.32 |
| Hex | 2B | 78 | 31 | 40 | 0 | 3B | 35 | 7D | 2F | 20 |
| Octal | 53 | 170 | 61 | 100 | 0 | 73 | 65 | 175 | 57 | 40 |
| Binary | 101011 | 1111000 | 110001 | 1000000 | 0 | 111011 | 110101 | 1111101 | 101111 | 100000 |
Color Harmonies of #2B7831
Complementary color
Monochromatic Colors of #2B7831
Black with #2B7831
Text Example
Text Example
White with #2B7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7831; }
p { color: rgb(43,120,49); }
H1.HeaderClassName
{
color: #2B7831;
}
.AnyTagClassName
{
color: #2B7831;
}
</style>
background-color css
<style>
a { background-color: #2B7831; }
a { background-color: rgb(43,120,49); }
div.DivClassName
{
background-color: #2B7831;
}
.BgClassName
{
background-color: #2B7831;
}
</style>
border-color css
<style>
span { border-color: #2B7831; }
span { border-color: rgb(43,120,49); }
td.TdClassName
{
border-color: #2B7831;
}
.TagClassName
{
border-color: #2B7831;
}
</style>