Shades of Japanese Laurel #28863F
Tints of Japanese Laurel #28863F
RGB
CMYK
RGB Variations
Color information
#28863F (or 0x28863F) is known color: Japanese Laurel. HEX triplet: 28, 86 and 3F. RGB value is (40,134,63). Sum of RGB (Red+Green+Blue) = 40+134+63=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #28863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28863F is #D779C0. Grayscale: #616161. Windows color (decimal): -14121409 or 4163112. OLE color: 4163112.
HSL color Cylindrical-coordinate representation of color #28863F: hue angle of 134.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28863F is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 63 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.47 |
| HSL | 134.68º | 0.54% | 0.34% | - |
| HSV(B) | 134.68º | 0.7% | 0.53% | - |
| XYZ | 10.3 | 17.86 | 7.61 | - |
| YUV | 97.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 63 | 0.70 | 0 | 0.53 | 0.47 | 134.68 | 0.54 | 0.34 |
| Hex | 28 | 86 | 3F | 46 | 0 | 35 | 2F | 87 | 36 | 22 |
| Octal | 50 | 206 | 77 | 106 | 0 | 65 | 57 | 207 | 66 | 42 |
| Binary | 101000 | 10000110 | 111111 | 1000110 | 0 | 110101 | 101111 | 10000111 | 110110 | 100010 |
Color Harmonies of #28863F
Complementary color
Monochromatic Colors of #28863F
Black with #28863F
Text Example
Text Example
White with #28863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28863F; }
p { color: rgb(40,134,63); }
H1.HeaderClassName
{
color: #28863F;
}
.AnyTagClassName
{
color: #28863F;
}
</style>
background-color css
<style>
a { background-color: #28863F; }
a { background-color: rgb(40,134,63); }
div.DivClassName
{
background-color: #28863F;
}
.BgClassName
{
background-color: #28863F;
}
</style>
border-color css
<style>
span { border-color: #28863F; }
span { border-color: rgb(40,134,63); }
td.TdClassName
{
border-color: #28863F;
}
.TagClassName
{
border-color: #28863F;
}
</style>