Shades of Japanese Laurel #28752C
Tints of Japanese Laurel #28752C
RGB
CMYK
RGB Variations
Color information
#28752C (or 0x28752C) is known color: Japanese Laurel. HEX triplet: 28, 75 and 2C. RGB value is (40,117,44). Sum of RGB (Red+Green+Blue) = 40+117+44=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #28752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28752C is #D78AD3. Grayscale: #555555. Windows color (decimal): -14125780 or 2913576. OLE color: 2913576.
HSL color Cylindrical-coordinate representation of color #28752C: hue angle of 123.12º 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 #28752C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 44 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.54 |
| HSL | 123.12º | 0.49% | 0.31% | - |
| HSV(B) | 123.12º | 0.66% | 0.46% | - |
| XYZ | 7.69 | 13.36 | 4.56 | - |
| YUV | 85.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 44 | 0.66 | 0 | 0.62 | 0.54 | 123.12 | 0.49 | 0.31 |
| Hex | 28 | 75 | 2C | 42 | 0 | 3E | 36 | 7B | 31 | 1F |
| Octal | 50 | 165 | 54 | 102 | 0 | 76 | 66 | 173 | 61 | 37 |
| Binary | 101000 | 1110101 | 101100 | 1000010 | 0 | 111110 | 110110 | 1111011 | 110001 | 11111 |
Color Harmonies of #28752C
Complementary color
Monochromatic Colors of #28752C
Black with #28752C
Text Example
Text Example
White with #28752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28752C; }
p { color: rgb(40,117,44); }
H1.HeaderClassName
{
color: #28752C;
}
.AnyTagClassName
{
color: #28752C;
}
</style>
background-color css
<style>
a { background-color: #28752C; }
a { background-color: rgb(40,117,44); }
div.DivClassName
{
background-color: #28752C;
}
.BgClassName
{
background-color: #28752C;
}
</style>
border-color css
<style>
span { border-color: #28752C; }
span { border-color: rgb(40,117,44); }
td.TdClassName
{
border-color: #28752C;
}
.TagClassName
{
border-color: #28752C;
}
</style>