Shades of Japanese Laurel #288A3E
Tints of Japanese Laurel #288A3E
RGB
CMYK
RGB Variations
Color information
#288A3E (or 0x288A3E) is known color: Japanese Laurel. HEX triplet: 28, 8A and 3E. RGB value is (40,138,62). Sum of RGB (Red+Green+Blue) = 40+138+62=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #288A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288A3E is #D775C1. Grayscale: #646464. Windows color (decimal): -14120386 or 4098600. OLE color: 4098600.
HSL color Cylindrical-coordinate representation of color #288A3E: hue angle of 133.47º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A3E is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 62 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.46 |
| HSL | 133.47º | 0.55% | 0.35% | - |
| HSV(B) | 133.47º | 0.71% | 0.54% | - |
| XYZ | 10.83 | 18.98 | 7.65 | - |
| YUV | 100.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 62 | 0.71 | 0 | 0.55 | 0.46 | 133.47 | 0.55 | 0.35 |
| Hex | 28 | 8A | 3E | 47 | 0 | 37 | 2E | 85 | 37 | 23 |
| Octal | 50 | 212 | 76 | 107 | 0 | 67 | 56 | 205 | 67 | 43 |
| Binary | 101000 | 10001010 | 111110 | 1000111 | 0 | 110111 | 101110 | 10000101 | 110111 | 100011 |
Color Harmonies of #288A3E
Complementary color
Monochromatic Colors of #288A3E
Black with #288A3E
Text Example
Text Example
White with #288A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A3E; }
p { color: rgb(40,138,62); }
H1.HeaderClassName
{
color: #288A3E;
}
.AnyTagClassName
{
color: #288A3E;
}
</style>
background-color css
<style>
a { background-color: #288A3E; }
a { background-color: rgb(40,138,62); }
div.DivClassName
{
background-color: #288A3E;
}
.BgClassName
{
background-color: #288A3E;
}
</style>
border-color css
<style>
span { border-color: #288A3E; }
span { border-color: rgb(40,138,62); }
td.TdClassName
{
border-color: #288A3E;
}
.TagClassName
{
border-color: #288A3E;
}
</style>