Shades of Japanese Laurel #287E3B
Tints of Japanese Laurel #287E3B
RGB
CMYK
RGB Variations
Color information
#287E3B (or 0x287E3B) is known color: Japanese Laurel. HEX triplet: 28, 7E and 3B. RGB value is (40,126,59). Sum of RGB (Red+Green+Blue) = 40+126+59=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #287E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E3B is #D781C4. Grayscale: #5C5C5C. Windows color (decimal): -14123461 or 3898920. OLE color: 3898920.
HSL color Cylindrical-coordinate representation of color #287E3B: hue angle of 133.26º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E3B is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 126 | 59 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.51 |
| HSL | 133.26º | 0.52% | 0.33% | - |
| HSV(B) | 133.26º | 0.68% | 0.49% | - |
| XYZ | 9.13 | 15.69 | 6.68 | - |
| YUV | 92.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 59 | 0.68 | 0 | 0.53 | 0.51 | 133.26 | 0.52 | 0.33 |
| Hex | 28 | 7E | 3B | 44 | 0 | 35 | 33 | 85 | 34 | 21 |
| Octal | 50 | 176 | 73 | 104 | 0 | 65 | 63 | 205 | 64 | 41 |
| Binary | 101000 | 1111110 | 111011 | 1000100 | 0 | 110101 | 110011 | 10000101 | 110100 | 100001 |
Color Harmonies of #287E3B
Complementary color
Monochromatic Colors of #287E3B
Black with #287E3B
Text Example
Text Example
White with #287E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E3B; }
p { color: rgb(40,126,59); }
H1.HeaderClassName
{
color: #287E3B;
}
.AnyTagClassName
{
color: #287E3B;
}
</style>
background-color css
<style>
a { background-color: #287E3B; }
a { background-color: rgb(40,126,59); }
div.DivClassName
{
background-color: #287E3B;
}
.BgClassName
{
background-color: #287E3B;
}
</style>
border-color css
<style>
span { border-color: #287E3B; }
span { border-color: rgb(40,126,59); }
td.TdClassName
{
border-color: #287E3B;
}
.TagClassName
{
border-color: #287E3B;
}
</style>