Shades of Japanese Laurel #287A30
Tints of Japanese Laurel #287A30
RGB
CMYK
RGB Variations
Color information
#287A30 (or 0x287A30) is known color: Japanese Laurel. HEX triplet: 28, 7A and 30. RGB value is (40,122,48). Sum of RGB (Red+Green+Blue) = 40+122+48=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #287A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A30 is #D785CF. Grayscale: #595959. Windows color (decimal): -14124496 or 3177000. OLE color: 3177000.
HSL color Cylindrical-coordinate representation of color #287A30: hue angle of 125.85º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A30 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 48 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.52 |
| HSL | 125.85º | 0.51% | 0.32% | - |
| HSV(B) | 125.85º | 0.67% | 0.48% | - |
| XYZ | 8.37 | 14.58 | 5.17 | - |
| YUV | 89.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 48 | 0.67 | 0 | 0.61 | 0.52 | 125.85 | 0.51 | 0.32 |
| Hex | 28 | 7A | 30 | 43 | 0 | 3D | 34 | 7E | 33 | 20 |
| Octal | 50 | 172 | 60 | 103 | 0 | 75 | 64 | 176 | 63 | 40 |
| Binary | 101000 | 1111010 | 110000 | 1000011 | 0 | 111101 | 110100 | 1111110 | 110011 | 100000 |
Color Harmonies of #287A30
Complementary color
Monochromatic Colors of #287A30
Black with #287A30
Text Example
Text Example
White with #287A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A30; }
p { color: rgb(40,122,48); }
H1.HeaderClassName
{
color: #287A30;
}
.AnyTagClassName
{
color: #287A30;
}
</style>
background-color css
<style>
a { background-color: #287A30; }
a { background-color: rgb(40,122,48); }
div.DivClassName
{
background-color: #287A30;
}
.BgClassName
{
background-color: #287A30;
}
</style>
border-color css
<style>
span { border-color: #287A30; }
span { border-color: rgb(40,122,48); }
td.TdClassName
{
border-color: #287A30;
}
.TagClassName
{
border-color: #287A30;
}
</style>