Shades of Japanese Laurel #287C2B
Tints of Japanese Laurel #287C2B
RGB
CMYK
RGB Variations
Color information
#287C2B (or 0x287C2B) is known color: Japanese Laurel. HEX triplet: 28, 7C and 2B. RGB value is (40,124,43). Sum of RGB (Red+Green+Blue) = 40+124+43=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #287C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C2B is #D783D4. Grayscale: #595959. Windows color (decimal): -14123989 or 2849832. OLE color: 2849832.
HSL color Cylindrical-coordinate representation of color #287C2B: hue angle of 122.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C2B is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 124 | 43 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.51 |
| HSL | 122.14º | 0.51% | 0.32% | - |
| HSV(B) | 122.14º | 0.68% | 0.49% | - |
| XYZ | 8.52 | 15.04 | 4.74 | - |
| YUV | 89.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 43 | 0.68 | 0 | 0.65 | 0.51 | 122.14 | 0.51 | 0.32 |
| Hex | 28 | 7C | 2B | 44 | 0 | 41 | 33 | 7A | 33 | 20 |
| Octal | 50 | 174 | 53 | 104 | 0 | 101 | 63 | 172 | 63 | 40 |
| Binary | 101000 | 1111100 | 101011 | 1000100 | 0 | 1000001 | 110011 | 1111010 | 110011 | 100000 |
Color Harmonies of #287C2B
Complementary color
Monochromatic Colors of #287C2B
Black with #287C2B
Text Example
Text Example
White with #287C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C2B; }
p { color: rgb(40,124,43); }
H1.HeaderClassName
{
color: #287C2B;
}
.AnyTagClassName
{
color: #287C2B;
}
</style>
background-color css
<style>
a { background-color: #287C2B; }
a { background-color: rgb(40,124,43); }
div.DivClassName
{
background-color: #287C2B;
}
.BgClassName
{
background-color: #287C2B;
}
</style>
border-color css
<style>
span { border-color: #287C2B; }
span { border-color: rgb(40,124,43); }
td.TdClassName
{
border-color: #287C2B;
}
.TagClassName
{
border-color: #287C2B;
}
</style>