Shades of Japanese Laurel #287A2A
Tints of Japanese Laurel #287A2A
RGB
CMYK
RGB Variations
Color information
#287A2A (or 0x287A2A) is known color: Japanese Laurel. HEX triplet: 28, 7A and 2A. RGB value is (40,122,42). Sum of RGB (Red+Green+Blue) = 40+122+42=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #287A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A2A is #D785D5. Grayscale: #585858. Windows color (decimal): -14124502 or 2783784. OLE color: 2783784.
HSL color Cylindrical-coordinate representation of color #287A2A: hue angle of 121.46º 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 #287A2A is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 42 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.52 |
| HSL | 121.46º | 0.51% | 0.32% | - |
| HSV(B) | 121.46º | 0.67% | 0.48% | - |
| XYZ | 8.25 | 14.54 | 4.56 | - |
| YUV | 88.36 | 101.83 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 42 | 0.67 | 0 | 0.66 | 0.52 | 121.46 | 0.51 | 0.32 |
| Hex | 28 | 7A | 2A | 43 | 0 | 42 | 34 | 79 | 33 | 20 |
| Octal | 50 | 172 | 52 | 103 | 0 | 102 | 64 | 171 | 63 | 40 |
| Binary | 101000 | 1111010 | 101010 | 1000011 | 0 | 1000010 | 110100 | 1111001 | 110011 | 100000 |
Color Harmonies of #287A2A
Complementary color
Monochromatic Colors of #287A2A
Black with #287A2A
Text Example
Text Example
White with #287A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A2A; }
p { color: rgb(40,122,42); }
H1.HeaderClassName
{
color: #287A2A;
}
.AnyTagClassName
{
color: #287A2A;
}
</style>
background-color css
<style>
a { background-color: #287A2A; }
a { background-color: rgb(40,122,42); }
div.DivClassName
{
background-color: #287A2A;
}
.BgClassName
{
background-color: #287A2A;
}
</style>
border-color css
<style>
span { border-color: #287A2A; }
span { border-color: rgb(40,122,42); }
td.TdClassName
{
border-color: #287A2A;
}
.TagClassName
{
border-color: #287A2A;
}
</style>