Shades of Japanese Laurel #28731C
Tints of Japanese Laurel #28731C
RGB
CMYK
RGB Variations
Color information
#28731C (or 0x28731C) is known color: Japanese Laurel. HEX triplet: 28, 73 and 1C. RGB value is (40,115,28). Sum of RGB (Red+Green+Blue) = 40+115+28=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #28731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28731C is #D78CE3. Grayscale: #525252. Windows color (decimal): -14126308 or 1864488. OLE color: 1864488.
HSL color Cylindrical-coordinate representation of color #28731C: hue angle of 111.72º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28731C is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 28 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.55 |
| HSL | 111.72º | 0.61% | 0.28% | - |
| HSV(B) | 111.72º | 0.76% | 0.45% | - |
| XYZ | 7.22 | 12.8 | 3.19 | - |
| YUV | 82.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 28 | 0.65 | 0 | 0.76 | 0.55 | 111.72 | 0.61 | 0.28 |
| Hex | 28 | 73 | 1C | 41 | 0 | 4C | 37 | 70 | 3D | 1C |
| Octal | 50 | 163 | 34 | 101 | 0 | 114 | 67 | 160 | 75 | 34 |
| Binary | 101000 | 1110011 | 11100 | 1000001 | 0 | 1001100 | 110111 | 1110000 | 111101 | 11100 |
Color Harmonies of #28731C
Complementary color
Monochromatic Colors of #28731C
Black with #28731C
Text Example
Text Example
White with #28731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28731C; }
p { color: rgb(40,115,28); }
H1.HeaderClassName
{
color: #28731C;
}
.AnyTagClassName
{
color: #28731C;
}
</style>
background-color css
<style>
a { background-color: #28731C; }
a { background-color: rgb(40,115,28); }
div.DivClassName
{
background-color: #28731C;
}
.BgClassName
{
background-color: #28731C;
}
</style>
border-color css
<style>
span { border-color: #28731C; }
span { border-color: rgb(40,115,28); }
td.TdClassName
{
border-color: #28731C;
}
.TagClassName
{
border-color: #28731C;
}
</style>