Shades of Japanese Laurel #288B3D
Tints of Japanese Laurel #288B3D
RGB
CMYK
RGB Variations
Color information
#288B3D (or 0x288B3D) is known color: Japanese Laurel. HEX triplet: 28, 8B and 3D. RGB value is (40,139,61). Sum of RGB (Red+Green+Blue) = 40+139+61=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #288B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B3D is #D774C2. Grayscale: #646464. Windows color (decimal): -14120131 or 4033320. OLE color: 4033320.
HSL color Cylindrical-coordinate representation of color #288B3D: hue angle of 132.73º 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 #288B3D is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 61 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.45 |
| HSL | 132.73º | 0.55% | 0.35% | - |
| HSV(B) | 132.73º | 0.71% | 0.55% | - |
| XYZ | 10.95 | 19.25 | 7.55 | - |
| YUV | 100.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 61 | 0.71 | 0 | 0.56 | 0.45 | 132.73 | 0.55 | 0.35 |
| Hex | 28 | 8B | 3D | 47 | 0 | 38 | 2D | 85 | 37 | 23 |
| Octal | 50 | 213 | 75 | 107 | 0 | 70 | 55 | 205 | 67 | 43 |
| Binary | 101000 | 10001011 | 111101 | 1000111 | 0 | 111000 | 101101 | 10000101 | 110111 | 100011 |
Color Harmonies of #288B3D
Complementary color
Monochromatic Colors of #288B3D
Black with #288B3D
Text Example
Text Example
White with #288B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B3D; }
p { color: rgb(40,139,61); }
H1.HeaderClassName
{
color: #288B3D;
}
.AnyTagClassName
{
color: #288B3D;
}
</style>
background-color css
<style>
a { background-color: #288B3D; }
a { background-color: rgb(40,139,61); }
div.DivClassName
{
background-color: #288B3D;
}
.BgClassName
{
background-color: #288B3D;
}
</style>
border-color css
<style>
span { border-color: #288B3D; }
span { border-color: rgb(40,139,61); }
td.TdClassName
{
border-color: #288B3D;
}
.TagClassName
{
border-color: #288B3D;
}
</style>