Shades of Japanese Laurel #28813F
Tints of Japanese Laurel #28813F
RGB
CMYK
RGB Variations
Color information
#28813F (or 0x28813F) is known color: Japanese Laurel. HEX triplet: 28, 81 and 3F. RGB value is (40,129,63). Sum of RGB (Red+Green+Blue) = 40+129+63=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #28813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813F is #D77EC0. Grayscale: #5F5F5F. Windows color (decimal): -14122689 or 4161832. OLE color: 4161832.
HSL color Cylindrical-coordinate representation of color #28813F: hue angle of 135.51º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28813F is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 63 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.49 |
| HSL | 135.51º | 0.53% | 0.33% | - |
| HSV(B) | 135.51º | 0.69% | 0.51% | - |
| XYZ | 9.62 | 16.51 | 7.38 | - |
| YUV | 94.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 63 | 0.69 | 0 | 0.51 | 0.49 | 135.51 | 0.53 | 0.33 |
| Hex | 28 | 81 | 3F | 45 | 0 | 33 | 31 | 88 | 35 | 21 |
| Octal | 50 | 201 | 77 | 105 | 0 | 63 | 61 | 210 | 65 | 41 |
| Binary | 101000 | 10000001 | 111111 | 1000101 | 0 | 110011 | 110001 | 10001000 | 110101 | 100001 |
Color Harmonies of #28813F
Complementary color
Monochromatic Colors of #28813F
Black with #28813F
Text Example
Text Example
White with #28813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28813F; }
p { color: rgb(40,129,63); }
H1.HeaderClassName
{
color: #28813F;
}
.AnyTagClassName
{
color: #28813F;
}
</style>
background-color css
<style>
a { background-color: #28813F; }
a { background-color: rgb(40,129,63); }
div.DivClassName
{
background-color: #28813F;
}
.BgClassName
{
background-color: #28813F;
}
</style>
border-color css
<style>
span { border-color: #28813F; }
span { border-color: rgb(40,129,63); }
td.TdClassName
{
border-color: #28813F;
}
.TagClassName
{
border-color: #28813F;
}
</style>