Shades of Japanese Laurel #287D3C
Tints of Japanese Laurel #287D3C
RGB
CMYK
RGB Variations
Color information
#287D3C (or 0x287D3C) is known color: Japanese Laurel. HEX triplet: 28, 7D and 3C. RGB value is (40,125,60). Sum of RGB (Red+Green+Blue) = 40+125+60=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #287D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D3C is #D782C3. Grayscale: #5C5C5C. Windows color (decimal): -14123716 or 3964200. OLE color: 3964200.
HSL color Cylindrical-coordinate representation of color #287D3C: hue angle of 134.12º degrees, saturation: 0.52, 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 #287D3C is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 60 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.51 |
| HSL | 134.12º | 0.52% | 0.32% | - |
| HSV(B) | 134.12º | 0.68% | 0.49% | - |
| XYZ | 9.02 | 15.44 | 6.78 | - |
| YUV | 92.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 60 | 0.68 | 0 | 0.52 | 0.51 | 134.12 | 0.52 | 0.32 |
| Hex | 28 | 7D | 3C | 44 | 0 | 34 | 33 | 86 | 34 | 20 |
| Octal | 50 | 175 | 74 | 104 | 0 | 64 | 63 | 206 | 64 | 40 |
| Binary | 101000 | 1111101 | 111100 | 1000100 | 0 | 110100 | 110011 | 10000110 | 110100 | 100000 |
Color Harmonies of #287D3C
Complementary color
Monochromatic Colors of #287D3C
Black with #287D3C
Text Example
Text Example
White with #287D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D3C; }
p { color: rgb(40,125,60); }
H1.HeaderClassName
{
color: #287D3C;
}
.AnyTagClassName
{
color: #287D3C;
}
</style>
background-color css
<style>
a { background-color: #287D3C; }
a { background-color: rgb(40,125,60); }
div.DivClassName
{
background-color: #287D3C;
}
.BgClassName
{
background-color: #287D3C;
}
</style>
border-color css
<style>
span { border-color: #287D3C; }
span { border-color: rgb(40,125,60); }
td.TdClassName
{
border-color: #287D3C;
}
.TagClassName
{
border-color: #287D3C;
}
</style>