Shades of Japanese Laurel #287C2A
Tints of Japanese Laurel #287C2A
RGB
CMYK
RGB Variations
Color information
#287C2A (or 0x287C2A) is known color: Japanese Laurel. HEX triplet: 28, 7C and 2A. RGB value is (40,124,42). Sum of RGB (Red+Green+Blue) = 40+124+42=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #287C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C2A is #D783D5. Grayscale: #595959. Windows color (decimal): -14123990 or 2784296. OLE color: 2784296.
HSL color Cylindrical-coordinate representation of color #287C2A: hue angle of 121.43º 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 #287C2A is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 124 | 42 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.51 |
| HSL | 121.43º | 0.51% | 0.32% | - |
| HSV(B) | 121.43º | 0.68% | 0.49% | - |
| XYZ | 8.5 | 15.03 | 4.64 | - |
| YUV | 89.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 42 | 0.68 | 0 | 0.66 | 0.51 | 121.43 | 0.51 | 0.32 |
| Hex | 28 | 7C | 2A | 44 | 0 | 42 | 33 | 79 | 33 | 20 |
| Octal | 50 | 174 | 52 | 104 | 0 | 102 | 63 | 171 | 63 | 40 |
| Binary | 101000 | 1111100 | 101010 | 1000100 | 0 | 1000010 | 110011 | 1111001 | 110011 | 100000 |
Color Harmonies of #287C2A
Complementary color
Monochromatic Colors of #287C2A
Black with #287C2A
Text Example
Text Example
White with #287C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C2A; }
p { color: rgb(40,124,42); }
H1.HeaderClassName
{
color: #287C2A;
}
.AnyTagClassName
{
color: #287C2A;
}
</style>
background-color css
<style>
a { background-color: #287C2A; }
a { background-color: rgb(40,124,42); }
div.DivClassName
{
background-color: #287C2A;
}
.BgClassName
{
background-color: #287C2A;
}
</style>
border-color css
<style>
span { border-color: #287C2A; }
span { border-color: rgb(40,124,42); }
td.TdClassName
{
border-color: #287C2A;
}
.TagClassName
{
border-color: #287C2A;
}
</style>