Shades of Japanese Laurel #28711B
Tints of Japanese Laurel #28711B
RGB
CMYK
RGB Variations
Color information
#28711B (or 0x28711B) is known color: Japanese Laurel. HEX triplet: 28, 71 and 1B. RGB value is (40,113,27). Sum of RGB (Red+Green+Blue) = 40+113+27=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #28711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28711B is #D78EE4. Grayscale: #515151. Windows color (decimal): -14126821 or 1798440. OLE color: 1798440.
HSL color Cylindrical-coordinate representation of color #28711B: hue angle of 110.93º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28711B is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 27 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.56 |
| HSL | 110.93º | 0.61% | 0.27% | - |
| HSV(B) | 110.93º | 0.76% | 0.44% | - |
| XYZ | 6.98 | 12.34 | 3.05 | - |
| YUV | 81.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 27 | 0.65 | 0 | 0.76 | 0.56 | 110.93 | 0.61 | 0.27 |
| Hex | 28 | 71 | 1B | 41 | 0 | 4C | 38 | 6F | 3D | 1B |
| Octal | 50 | 161 | 33 | 101 | 0 | 114 | 70 | 157 | 75 | 33 |
| Binary | 101000 | 1110001 | 11011 | 1000001 | 0 | 1001100 | 111000 | 1101111 | 111101 | 11011 |
Color Harmonies of #28711B
Complementary color
Monochromatic Colors of #28711B
Black with #28711B
Text Example
Text Example
White with #28711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28711B; }
p { color: rgb(40,113,27); }
H1.HeaderClassName
{
color: #28711B;
}
.AnyTagClassName
{
color: #28711B;
}
</style>
background-color css
<style>
a { background-color: #28711B; }
a { background-color: rgb(40,113,27); }
div.DivClassName
{
background-color: #28711B;
}
.BgClassName
{
background-color: #28711B;
}
</style>
border-color css
<style>
span { border-color: #28711B; }
span { border-color: rgb(40,113,27); }
td.TdClassName
{
border-color: #28711B;
}
.TagClassName
{
border-color: #28711B;
}
</style>