Shades of Japanese Laurel #288034
Tints of Japanese Laurel #288034
RGB
CMYK
RGB Variations
Color information
#288034 (or 0x288034) is known color: Japanese Laurel. HEX triplet: 28, 80 and 34. RGB value is (40,128,52). Sum of RGB (Red+Green+Blue) = 40+128+52=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #288034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288034 is #D77FCB. Grayscale: #5D5D5D. Windows color (decimal): -14122956 or 3440680. OLE color: 3440680.
HSL color Cylindrical-coordinate representation of color #288034: hue angle of 128.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288034 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 52 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.50 |
| HSL | 128.18º | 0.52% | 0.33% | - |
| HSV(B) | 128.18º | 0.69% | 0.5% | - |
| XYZ | 9.21 | 16.14 | 5.88 | - |
| YUV | 93.02 | 104.85 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 52 | 0.69 | 0 | 0.59 | 0.50 | 128.18 | 0.52 | 0.33 |
| Hex | 28 | 80 | 34 | 45 | 0 | 3B | 32 | 80 | 34 | 21 |
| Octal | 50 | 200 | 64 | 105 | 0 | 73 | 62 | 200 | 64 | 41 |
| Binary | 101000 | 10000000 | 110100 | 1000101 | 0 | 111011 | 110010 | 10000000 | 110100 | 100001 |
Color Harmonies of #288034
Complementary color
Monochromatic Colors of #288034
Black with #288034
Text Example
Text Example
White with #288034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288034; }
p { color: rgb(40,128,52); }
H1.HeaderClassName
{
color: #288034;
}
.AnyTagClassName
{
color: #288034;
}
</style>
background-color css
<style>
a { background-color: #288034; }
a { background-color: rgb(40,128,52); }
div.DivClassName
{
background-color: #288034;
}
.BgClassName
{
background-color: #288034;
}
</style>
border-color css
<style>
span { border-color: #288034; }
span { border-color: rgb(40,128,52); }
td.TdClassName
{
border-color: #288034;
}
.TagClassName
{
border-color: #288034;
}
</style>