Shades of Japanese Laurel #28752E
Tints of Japanese Laurel #28752E
RGB
CMYK
RGB Variations
Color information
#28752E (or 0x28752E) is known color: Japanese Laurel. HEX triplet: 28, 75 and 2E. RGB value is (40,117,46). Sum of RGB (Red+Green+Blue) = 40+117+46=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #28752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28752E is #D78AD1. Grayscale: #565656. Windows color (decimal): -14125778 or 3044648. OLE color: 3044648.
HSL color Cylindrical-coordinate representation of color #28752E: hue angle of 124.68º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28752E is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 46 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.54 |
| HSL | 124.68º | 0.49% | 0.31% | - |
| HSV(B) | 124.68º | 0.66% | 0.46% | - |
| XYZ | 7.73 | 13.37 | 4.76 | - |
| YUV | 85.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 46 | 0.66 | 0 | 0.61 | 0.54 | 124.68 | 0.49 | 0.31 |
| Hex | 28 | 75 | 2E | 42 | 0 | 3D | 36 | 7D | 31 | 1F |
| Octal | 50 | 165 | 56 | 102 | 0 | 75 | 66 | 175 | 61 | 37 |
| Binary | 101000 | 1110101 | 101110 | 1000010 | 0 | 111101 | 110110 | 1111101 | 110001 | 11111 |
Color Harmonies of #28752E
Complementary color
Monochromatic Colors of #28752E
Black with #28752E
Text Example
Text Example
White with #28752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28752E; }
p { color: rgb(40,117,46); }
H1.HeaderClassName
{
color: #28752E;
}
.AnyTagClassName
{
color: #28752E;
}
</style>
background-color css
<style>
a { background-color: #28752E; }
a { background-color: rgb(40,117,46); }
div.DivClassName
{
background-color: #28752E;
}
.BgClassName
{
background-color: #28752E;
}
</style>
border-color css
<style>
span { border-color: #28752E; }
span { border-color: rgb(40,117,46); }
td.TdClassName
{
border-color: #28752E;
}
.TagClassName
{
border-color: #28752E;
}
</style>