Shades of Japanese Laurel #28721C
Tints of Japanese Laurel #28721C
RGB
CMYK
RGB Variations
Color information
#28721C (or 0x28721C) is known color: Japanese Laurel. HEX triplet: 28, 72 and 1C. RGB value is (40,114,28). Sum of RGB (Red+Green+Blue) = 40+114+28=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #28721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28721C is #D78DE3. Grayscale: #525252. Windows color (decimal): -14126564 or 1864232. OLE color: 1864232.
HSL color Cylindrical-coordinate representation of color #28721C: hue angle of 111.63º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28721C is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 114 | 28 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.55 |
| HSL | 111.63º | 0.61% | 0.28% | - |
| HSV(B) | 111.63º | 0.75% | 0.45% | - |
| XYZ | 7.1 | 12.57 | 3.15 | - |
| YUV | 82.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 28 | 0.65 | 0 | 0.75 | 0.55 | 111.63 | 0.61 | 0.28 |
| Hex | 28 | 72 | 1C | 41 | 0 | 4B | 37 | 70 | 3D | 1C |
| Octal | 50 | 162 | 34 | 101 | 0 | 113 | 67 | 160 | 75 | 34 |
| Binary | 101000 | 1110010 | 11100 | 1000001 | 0 | 1001011 | 110111 | 1110000 | 111101 | 11100 |
Color Harmonies of #28721C
Complementary color
Monochromatic Colors of #28721C
Black with #28721C
Text Example
Text Example
White with #28721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28721C; }
p { color: rgb(40,114,28); }
H1.HeaderClassName
{
color: #28721C;
}
.AnyTagClassName
{
color: #28721C;
}
</style>
background-color css
<style>
a { background-color: #28721C; }
a { background-color: rgb(40,114,28); }
div.DivClassName
{
background-color: #28721C;
}
.BgClassName
{
background-color: #28721C;
}
</style>
border-color css
<style>
span { border-color: #28721C; }
span { border-color: rgb(40,114,28); }
td.TdClassName
{
border-color: #28721C;
}
.TagClassName
{
border-color: #28721C;
}
</style>