Shades of Japanese Laurel #28752B
Tints of Japanese Laurel #28752B
RGB
CMYK
RGB Variations
Color information
#28752B (or 0x28752B) is known color: Japanese Laurel. HEX triplet: 28, 75 and 2B. RGB value is (40,117,43). Sum of RGB (Red+Green+Blue) = 40+117+43=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #28752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28752B is #D78AD4. Grayscale: #555555. Windows color (decimal): -14125781 or 2848040. OLE color: 2848040.
HSL color Cylindrical-coordinate representation of color #28752B: hue angle of 122.34º 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 #28752B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 43 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.54 |
| HSL | 122.34º | 0.49% | 0.31% | - |
| HSV(B) | 122.34º | 0.66% | 0.46% | - |
| XYZ | 7.67 | 13.35 | 4.46 | - |
| YUV | 85.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 43 | 0.66 | 0 | 0.63 | 0.54 | 122.34 | 0.49 | 0.31 |
| Hex | 28 | 75 | 2B | 42 | 0 | 3F | 36 | 7A | 31 | 1F |
| Octal | 50 | 165 | 53 | 102 | 0 | 77 | 66 | 172 | 61 | 37 |
| Binary | 101000 | 1110101 | 101011 | 1000010 | 0 | 111111 | 110110 | 1111010 | 110001 | 11111 |
Color Harmonies of #28752B
Complementary color
Monochromatic Colors of #28752B
Black with #28752B
Text Example
Text Example
White with #28752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28752B; }
p { color: rgb(40,117,43); }
H1.HeaderClassName
{
color: #28752B;
}
.AnyTagClassName
{
color: #28752B;
}
</style>
background-color css
<style>
a { background-color: #28752B; }
a { background-color: rgb(40,117,43); }
div.DivClassName
{
background-color: #28752B;
}
.BgClassName
{
background-color: #28752B;
}
</style>
border-color css
<style>
span { border-color: #28752B; }
span { border-color: rgb(40,117,43); }
td.TdClassName
{
border-color: #28752B;
}
.TagClassName
{
border-color: #28752B;
}
</style>