Shades of Japanese Laurel #287A2F
Tints of Japanese Laurel #287A2F
RGB
CMYK
RGB Variations
Color information
#287A2F (or 0x287A2F) is known color: Japanese Laurel. HEX triplet: 28, 7A and 2F. RGB value is (40,122,47). Sum of RGB (Red+Green+Blue) = 40+122+47=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #287A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A2F is #D785D0. Grayscale: #595959. Windows color (decimal): -14124497 or 3111464. OLE color: 3111464.
HSL color Cylindrical-coordinate representation of color #287A2F: hue angle of 125.12º 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 #287A2F is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 47 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.52 |
| HSL | 125.12º | 0.51% | 0.32% | - |
| HSV(B) | 125.12º | 0.67% | 0.48% | - |
| XYZ | 8.35 | 14.58 | 5.06 | - |
| YUV | 88.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 47 | 0.67 | 0 | 0.61 | 0.52 | 125.12 | 0.51 | 0.32 |
| Hex | 28 | 7A | 2F | 43 | 0 | 3D | 34 | 7D | 33 | 20 |
| Octal | 50 | 172 | 57 | 103 | 0 | 75 | 64 | 175 | 63 | 40 |
| Binary | 101000 | 1111010 | 101111 | 1000011 | 0 | 111101 | 110100 | 1111101 | 110011 | 100000 |
Color Harmonies of #287A2F
Complementary color
Monochromatic Colors of #287A2F
Black with #287A2F
Text Example
Text Example
White with #287A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A2F; }
p { color: rgb(40,122,47); }
H1.HeaderClassName
{
color: #287A2F;
}
.AnyTagClassName
{
color: #287A2F;
}
</style>
background-color css
<style>
a { background-color: #287A2F; }
a { background-color: rgb(40,122,47); }
div.DivClassName
{
background-color: #287A2F;
}
.BgClassName
{
background-color: #287A2F;
}
</style>
border-color css
<style>
span { border-color: #287A2F; }
span { border-color: rgb(40,122,47); }
td.TdClassName
{
border-color: #287A2F;
}
.TagClassName
{
border-color: #287A2F;
}
</style>