Shades of Japanese Laurel #28792C
Tints of Japanese Laurel #28792C
RGB
CMYK
RGB Variations
Color information
#28792C (or 0x28792C) is known color: Japanese Laurel. HEX triplet: 28, 79 and 2C. RGB value is (40,121,44). Sum of RGB (Red+Green+Blue) = 40+121+44=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #28792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792C is #D786D3. Grayscale: #585858. Windows color (decimal): -14124756 or 2914600. OLE color: 2914600.
HSL color Cylindrical-coordinate representation of color #28792C: hue angle of 122.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28792C is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 44 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.53 |
| HSL | 122.96º | 0.5% | 0.32% | - |
| HSV(B) | 122.96º | 0.67% | 0.47% | - |
| XYZ | 8.17 | 14.31 | 4.71 | - |
| YUV | 88 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 44 | 0.67 | 0 | 0.64 | 0.53 | 122.96 | 0.5 | 0.32 |
| Hex | 28 | 79 | 2C | 43 | 0 | 40 | 35 | 7B | 32 | 20 |
| Octal | 50 | 171 | 54 | 103 | 0 | 100 | 65 | 173 | 62 | 40 |
| Binary | 101000 | 1111001 | 101100 | 1000011 | 0 | 1000000 | 110101 | 1111011 | 110010 | 100000 |
Color Harmonies of #28792C
Complementary color
Monochromatic Colors of #28792C
Black with #28792C
Text Example
Text Example
White with #28792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28792C; }
p { color: rgb(40,121,44); }
H1.HeaderClassName
{
color: #28792C;
}
.AnyTagClassName
{
color: #28792C;
}
</style>
background-color css
<style>
a { background-color: #28792C; }
a { background-color: rgb(40,121,44); }
div.DivClassName
{
background-color: #28792C;
}
.BgClassName
{
background-color: #28792C;
}
</style>
border-color css
<style>
span { border-color: #28792C; }
span { border-color: rgb(40,121,44); }
td.TdClassName
{
border-color: #28792C;
}
.TagClassName
{
border-color: #28792C;
}
</style>