Shades of Japanese Laurel #288B3C
Tints of Japanese Laurel #288B3C
RGB
CMYK
RGB Variations
Color information
#288B3C (or 0x288B3C) is known color: Japanese Laurel. HEX triplet: 28, 8B and 3C. RGB value is (40,139,60). Sum of RGB (Red+Green+Blue) = 40+139+60=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #288B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B3C is #D774C3. Grayscale: #646464. Windows color (decimal): -14120132 or 3967784. OLE color: 3967784.
HSL color Cylindrical-coordinate representation of color #288B3C: hue angle of 132.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B3C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 60 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.45 |
| HSL | 132.12º | 0.55% | 0.35% | - |
| HSV(B) | 132.12º | 0.71% | 0.55% | - |
| XYZ | 10.92 | 19.24 | 7.41 | - |
| YUV | 100.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 60 | 0.71 | 0 | 0.57 | 0.45 | 132.12 | 0.55 | 0.35 |
| Hex | 28 | 8B | 3C | 47 | 0 | 39 | 2D | 84 | 37 | 23 |
| Octal | 50 | 213 | 74 | 107 | 0 | 71 | 55 | 204 | 67 | 43 |
| Binary | 101000 | 10001011 | 111100 | 1000111 | 0 | 111001 | 101101 | 10000100 | 110111 | 100011 |
Color Harmonies of #288B3C
Complementary color
Monochromatic Colors of #288B3C
Black with #288B3C
Text Example
Text Example
White with #288B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B3C; }
p { color: rgb(40,139,60); }
H1.HeaderClassName
{
color: #288B3C;
}
.AnyTagClassName
{
color: #288B3C;
}
</style>
background-color css
<style>
a { background-color: #288B3C; }
a { background-color: rgb(40,139,60); }
div.DivClassName
{
background-color: #288B3C;
}
.BgClassName
{
background-color: #288B3C;
}
</style>
border-color css
<style>
span { border-color: #288B3C; }
span { border-color: rgb(40,139,60); }
td.TdClassName
{
border-color: #288B3C;
}
.TagClassName
{
border-color: #288B3C;
}
</style>