Shades of Japanese Laurel #28792F
Tints of Japanese Laurel #28792F
RGB
CMYK
RGB Variations
Color information
#28792F (or 0x28792F) is known color: Japanese Laurel. HEX triplet: 28, 79 and 2F. RGB value is (40,121,47). Sum of RGB (Red+Green+Blue) = 40+121+47=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #28792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792F is #D786D0. Grayscale: #585858. Windows color (decimal): -14124753 or 3111208. OLE color: 3111208.
HSL color Cylindrical-coordinate representation of color #28792F: hue angle of 125.19º 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 #28792F is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 47 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.53 |
| HSL | 125.19º | 0.5% | 0.32% | - |
| HSV(B) | 125.19º | 0.67% | 0.47% | - |
| XYZ | 8.23 | 14.33 | 5.02 | - |
| YUV | 88.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 47 | 0.67 | 0 | 0.61 | 0.53 | 125.19 | 0.5 | 0.32 |
| Hex | 28 | 79 | 2F | 43 | 0 | 3D | 35 | 7D | 32 | 20 |
| Octal | 50 | 171 | 57 | 103 | 0 | 75 | 65 | 175 | 62 | 40 |
| Binary | 101000 | 1111001 | 101111 | 1000011 | 0 | 111101 | 110101 | 1111101 | 110010 | 100000 |
Color Harmonies of #28792F
Complementary color
Monochromatic Colors of #28792F
Black with #28792F
Text Example
Text Example
White with #28792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28792F; }
p { color: rgb(40,121,47); }
H1.HeaderClassName
{
color: #28792F;
}
.AnyTagClassName
{
color: #28792F;
}
</style>
background-color css
<style>
a { background-color: #28792F; }
a { background-color: rgb(40,121,47); }
div.DivClassName
{
background-color: #28792F;
}
.BgClassName
{
background-color: #28792F;
}
</style>
border-color css
<style>
span { border-color: #28792F; }
span { border-color: rgb(40,121,47); }
td.TdClassName
{
border-color: #28792F;
}
.TagClassName
{
border-color: #28792F;
}
</style>