Shades of Japanese Laurel #28772B
Tints of Japanese Laurel #28772B
RGB
CMYK
RGB Variations
Color information
#28772B (or 0x28772B) is known color: Japanese Laurel. HEX triplet: 28, 77 and 2B. RGB value is (40,119,43). Sum of RGB (Red+Green+Blue) = 40+119+43=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #28772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28772B is #D788D4. Grayscale: #565656. Windows color (decimal): -14125269 or 2848552. OLE color: 2848552.
HSL color Cylindrical-coordinate representation of color #28772B: hue angle of 122.28º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28772B is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 43 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.53 |
| HSL | 122.28º | 0.5% | 0.31% | - |
| HSV(B) | 122.28º | 0.66% | 0.47% | - |
| XYZ | 7.91 | 13.82 | 4.54 | - |
| YUV | 86.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 43 | 0.66 | 0 | 0.64 | 0.53 | 122.28 | 0.5 | 0.31 |
| Hex | 28 | 77 | 2B | 42 | 0 | 40 | 35 | 7A | 32 | 1F |
| Octal | 50 | 167 | 53 | 102 | 0 | 100 | 65 | 172 | 62 | 37 |
| Binary | 101000 | 1110111 | 101011 | 1000010 | 0 | 1000000 | 110101 | 1111010 | 110010 | 11111 |
Color Harmonies of #28772B
Complementary color
Monochromatic Colors of #28772B
Black with #28772B
Text Example
Text Example
White with #28772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28772B; }
p { color: rgb(40,119,43); }
H1.HeaderClassName
{
color: #28772B;
}
.AnyTagClassName
{
color: #28772B;
}
</style>
background-color css
<style>
a { background-color: #28772B; }
a { background-color: rgb(40,119,43); }
div.DivClassName
{
background-color: #28772B;
}
.BgClassName
{
background-color: #28772B;
}
</style>
border-color css
<style>
span { border-color: #28772B; }
span { border-color: rgb(40,119,43); }
td.TdClassName
{
border-color: #28772B;
}
.TagClassName
{
border-color: #28772B;
}
</style>