Shades of Japanese Laurel #28833F
Tints of Japanese Laurel #28833F
RGB
CMYK
RGB Variations
Color information
#28833F (or 0x28833F) is known color: Japanese Laurel. HEX triplet: 28, 83 and 3F. RGB value is (40,131,63). Sum of RGB (Red+Green+Blue) = 40+131+63=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #28833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28833F is #D77CC0. Grayscale: #606060. Windows color (decimal): -14122177 or 4162344. OLE color: 4162344.
HSL color Cylindrical-coordinate representation of color #28833F: hue angle of 135.16º 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 #28833F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 63 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.49 |
| HSL | 135.16º | 0.53% | 0.34% | - |
| HSV(B) | 135.16º | 0.69% | 0.51% | - |
| XYZ | 9.89 | 17.04 | 7.47 | - |
| YUV | 96.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 63 | 0.69 | 0 | 0.52 | 0.49 | 135.16 | 0.53 | 0.34 |
| Hex | 28 | 83 | 3F | 45 | 0 | 34 | 31 | 87 | 35 | 22 |
| Octal | 50 | 203 | 77 | 105 | 0 | 64 | 61 | 207 | 65 | 42 |
| Binary | 101000 | 10000011 | 111111 | 1000101 | 0 | 110100 | 110001 | 10000111 | 110101 | 100010 |
Color Harmonies of #28833F
Complementary color
Monochromatic Colors of #28833F
Black with #28833F
Text Example
Text Example
White with #28833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28833F; }
p { color: rgb(40,131,63); }
H1.HeaderClassName
{
color: #28833F;
}
.AnyTagClassName
{
color: #28833F;
}
</style>
background-color css
<style>
a { background-color: #28833F; }
a { background-color: rgb(40,131,63); }
div.DivClassName
{
background-color: #28833F;
}
.BgClassName
{
background-color: #28833F;
}
</style>
border-color css
<style>
span { border-color: #28833F; }
span { border-color: rgb(40,131,63); }
td.TdClassName
{
border-color: #28833F;
}
.TagClassName
{
border-color: #28833F;
}
</style>