Shades of Japanese Laurel #28711C
Tints of Japanese Laurel #28711C
RGB
CMYK
RGB Variations
Color information
#28711C (or 0x28711C) is known color: Japanese Laurel. HEX triplet: 28, 71 and 1C. RGB value is (40,113,28). Sum of RGB (Red+Green+Blue) = 40+113+28=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #28711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28711C is #D78EE3. Grayscale: #515151. Windows color (decimal): -14126820 or 1863976. OLE color: 1863976.
HSL color Cylindrical-coordinate representation of color #28711C: hue angle of 111.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28711C is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 28 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.56 |
| HSL | 111.53º | 0.6% | 0.28% | - |
| HSV(B) | 111.53º | 0.75% | 0.44% | - |
| XYZ | 6.99 | 12.35 | 3.11 | - |
| YUV | 81.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 28 | 0.65 | 0 | 0.75 | 0.56 | 111.53 | 0.6 | 0.28 |
| Hex | 28 | 71 | 1C | 41 | 0 | 4B | 38 | 70 | 3C | 1C |
| Octal | 50 | 161 | 34 | 101 | 0 | 113 | 70 | 160 | 74 | 34 |
| Binary | 101000 | 1110001 | 11100 | 1000001 | 0 | 1001011 | 111000 | 1110000 | 111100 | 11100 |
Color Harmonies of #28711C
Complementary color
Monochromatic Colors of #28711C
Black with #28711C
Text Example
Text Example
White with #28711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28711C; }
p { color: rgb(40,113,28); }
H1.HeaderClassName
{
color: #28711C;
}
.AnyTagClassName
{
color: #28711C;
}
</style>
background-color css
<style>
a { background-color: #28711C; }
a { background-color: rgb(40,113,28); }
div.DivClassName
{
background-color: #28711C;
}
.BgClassName
{
background-color: #28711C;
}
</style>
border-color css
<style>
span { border-color: #28711C; }
span { border-color: rgb(40,113,28); }
td.TdClassName
{
border-color: #28711C;
}
.TagClassName
{
border-color: #28711C;
}
</style>