Shades of Japanese Laurel #28873D
Tints of Japanese Laurel #28873D
RGB
CMYK
RGB Variations
Color information
#28873D (or 0x28873D) is known color: Japanese Laurel. HEX triplet: 28, 87 and 3D. RGB value is (40,135,61). Sum of RGB (Red+Green+Blue) = 40+135+61=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #28873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28873D is #D778C2. Grayscale: #626262. Windows color (decimal): -14121155 or 4032296. OLE color: 4032296.
HSL color Cylindrical-coordinate representation of color #28873D: hue angle of 133.26º 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 #28873D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 61 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.47 |
| HSL | 133.26º | 0.54% | 0.34% | - |
| HSV(B) | 133.26º | 0.7% | 0.53% | - |
| XYZ | 10.38 | 18.12 | 7.36 | - |
| YUV | 98.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 61 | 0.70 | 0 | 0.55 | 0.47 | 133.26 | 0.54 | 0.34 |
| Hex | 28 | 87 | 3D | 46 | 0 | 37 | 2F | 85 | 36 | 22 |
| Octal | 50 | 207 | 75 | 106 | 0 | 67 | 57 | 205 | 66 | 42 |
| Binary | 101000 | 10000111 | 111101 | 1000110 | 0 | 110111 | 101111 | 10000101 | 110110 | 100010 |
Color Harmonies of #28873D
Complementary color
Monochromatic Colors of #28873D
Black with #28873D
Text Example
Text Example
White with #28873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28873D; }
p { color: rgb(40,135,61); }
H1.HeaderClassName
{
color: #28873D;
}
.AnyTagClassName
{
color: #28873D;
}
</style>
background-color css
<style>
a { background-color: #28873D; }
a { background-color: rgb(40,135,61); }
div.DivClassName
{
background-color: #28873D;
}
.BgClassName
{
background-color: #28873D;
}
</style>
border-color css
<style>
span { border-color: #28873D; }
span { border-color: rgb(40,135,61); }
td.TdClassName
{
border-color: #28873D;
}
.TagClassName
{
border-color: #28873D;
}
</style>