Shades of Japanese Laurel #28823A
Tints of Japanese Laurel #28823A
RGB
CMYK
RGB Variations
Color information
#28823A (or 0x28823A) is known color: Japanese Laurel. HEX triplet: 28, 82 and 3A. RGB value is (40,130,58). Sum of RGB (Red+Green+Blue) = 40+130+58=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #28823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28823A is #D77DC5. Grayscale: #5F5F5F. Windows color (decimal): -14122438 or 3834408. OLE color: 3834408.
HSL color Cylindrical-coordinate representation of color #28823A: hue angle of 132º 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 #28823A is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 58 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.49 |
| HSL | 132º | 0.53% | 0.33% | - |
| HSV(B) | 132º | 0.69% | 0.51% | - |
| XYZ | 9.62 | 16.72 | 6.72 | - |
| YUV | 94.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 58 | 0.69 | 0 | 0.55 | 0.49 | 132 | 0.53 | 0.33 |
| Hex | 28 | 82 | 3A | 45 | 0 | 37 | 31 | 84 | 35 | 21 |
| Octal | 50 | 202 | 72 | 105 | 0 | 67 | 61 | 204 | 65 | 41 |
| Binary | 101000 | 10000010 | 111010 | 1000101 | 0 | 110111 | 110001 | 10000100 | 110101 | 100001 |
Color Harmonies of #28823A
Complementary color
Monochromatic Colors of #28823A
Black with #28823A
Text Example
Text Example
White with #28823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28823A; }
p { color: rgb(40,130,58); }
H1.HeaderClassName
{
color: #28823A;
}
.AnyTagClassName
{
color: #28823A;
}
</style>
background-color css
<style>
a { background-color: #28823A; }
a { background-color: rgb(40,130,58); }
div.DivClassName
{
background-color: #28823A;
}
.BgClassName
{
background-color: #28823A;
}
</style>
border-color css
<style>
span { border-color: #28823A; }
span { border-color: rgb(40,130,58); }
td.TdClassName
{
border-color: #28823A;
}
.TagClassName
{
border-color: #28823A;
}
</style>