Shades of Japanese Laurel #28833B
Tints of Japanese Laurel #28833B
RGB
CMYK
RGB Variations
Color information
#28833B (or 0x28833B) is known color: Japanese Laurel. HEX triplet: 28, 83 and 3B. RGB value is (40,131,59). Sum of RGB (Red+Green+Blue) = 40+131+59=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #28833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28833B is #D77CC4. Grayscale: #5F5F5F. Windows color (decimal): -14122181 or 3900200. OLE color: 3900200.
HSL color Cylindrical-coordinate representation of color #28833B: hue angle of 132.53º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28833B is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 59 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.49 |
| HSL | 132.53º | 0.53% | 0.34% | - |
| HSV(B) | 132.53º | 0.69% | 0.51% | - |
| XYZ | 9.78 | 17 | 6.9 | - |
| YUV | 95.58 | 107.35 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 59 | 0.69 | 0 | 0.55 | 0.49 | 132.53 | 0.53 | 0.34 |
| Hex | 28 | 83 | 3B | 45 | 0 | 37 | 31 | 85 | 35 | 22 |
| Octal | 50 | 203 | 73 | 105 | 0 | 67 | 61 | 205 | 65 | 42 |
| Binary | 101000 | 10000011 | 111011 | 1000101 | 0 | 110111 | 110001 | 10000101 | 110101 | 100010 |
Color Harmonies of #28833B
Complementary color
Monochromatic Colors of #28833B
Black with #28833B
Text Example
Text Example
White with #28833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28833B; }
p { color: rgb(40,131,59); }
H1.HeaderClassName
{
color: #28833B;
}
.AnyTagClassName
{
color: #28833B;
}
</style>
background-color css
<style>
a { background-color: #28833B; }
a { background-color: rgb(40,131,59); }
div.DivClassName
{
background-color: #28833B;
}
.BgClassName
{
background-color: #28833B;
}
</style>
border-color css
<style>
span { border-color: #28833B; }
span { border-color: rgb(40,131,59); }
td.TdClassName
{
border-color: #28833B;
}
.TagClassName
{
border-color: #28833B;
}
</style>