Shades of Japanese Laurel #278E3C
Tints of Japanese Laurel #278E3C
RGB
CMYK
RGB Variations
Color information
#278E3C (or 0x278E3C) is known color: Japanese Laurel. HEX triplet: 27, 8E and 3C. RGB value is (39,142,60). Sum of RGB (Red+Green+Blue) = 39+142+60=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #278E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278E3C is #D871C3. Grayscale: #666666. Windows color (decimal): -14184900 or 3968551. OLE color: 3968551.
HSL color Cylindrical-coordinate representation of color #278E3C: hue angle of 132.23º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278E3C is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 142 | 60 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.44 |
| HSL | 132.23º | 0.57% | 0.35% | - |
| HSV(B) | 132.23º | 0.73% | 0.56% | - |
| XYZ | 11.33 | 20.1 | 7.56 | - |
| YUV | 101.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 60 | 0.73 | 0 | 0.58 | 0.44 | 132.23 | 0.57 | 0.35 |
| Hex | 27 | 8E | 3C | 49 | 0 | 3A | 2C | 84 | 39 | 23 |
| Octal | 47 | 216 | 74 | 111 | 0 | 72 | 54 | 204 | 71 | 43 |
| Binary | 100111 | 10001110 | 111100 | 1001001 | 0 | 111010 | 101100 | 10000100 | 111001 | 100011 |
Color Harmonies of #278E3C
Complementary color
Monochromatic Colors of #278E3C
Black with #278E3C
Text Example
Text Example
White with #278E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278E3C; }
p { color: rgb(39,142,60); }
H1.HeaderClassName
{
color: #278E3C;
}
.AnyTagClassName
{
color: #278E3C;
}
</style>
background-color css
<style>
a { background-color: #278E3C; }
a { background-color: rgb(39,142,60); }
div.DivClassName
{
background-color: #278E3C;
}
.BgClassName
{
background-color: #278E3C;
}
</style>
border-color css
<style>
span { border-color: #278E3C; }
span { border-color: rgb(39,142,60); }
td.TdClassName
{
border-color: #278E3C;
}
.TagClassName
{
border-color: #278E3C;
}
</style>