Shades of Japanese Laurel #278D3C
Tints of Japanese Laurel #278D3C
RGB
CMYK
RGB Variations
Color information
#278D3C (or 0x278D3C) is known color: Japanese Laurel. HEX triplet: 27, 8D and 3C. RGB value is (39,141,60). Sum of RGB (Red+Green+Blue) = 39+141+60=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #278D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278D3C is #D872C3. Grayscale: #656565. Windows color (decimal): -14185156 or 3968295. OLE color: 3968295.
HSL color Cylindrical-coordinate representation of color #278D3C: hue angle of 132.35º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278D3C is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 141 | 60 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.45 |
| HSL | 132.35º | 0.57% | 0.35% | - |
| HSV(B) | 132.35º | 0.72% | 0.55% | - |
| XYZ | 11.18 | 19.81 | 7.51 | - |
| YUV | 101.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 60 | 0.72 | 0 | 0.57 | 0.45 | 132.35 | 0.57 | 0.35 |
| Hex | 27 | 8D | 3C | 48 | 0 | 39 | 2D | 84 | 39 | 23 |
| Octal | 47 | 215 | 74 | 110 | 0 | 71 | 55 | 204 | 71 | 43 |
| Binary | 100111 | 10001101 | 111100 | 1001000 | 0 | 111001 | 101101 | 10000100 | 111001 | 100011 |
Color Harmonies of #278D3C
Complementary color
Monochromatic Colors of #278D3C
Black with #278D3C
Text Example
Text Example
White with #278D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278D3C; }
p { color: rgb(39,141,60); }
H1.HeaderClassName
{
color: #278D3C;
}
.AnyTagClassName
{
color: #278D3C;
}
</style>
background-color css
<style>
a { background-color: #278D3C; }
a { background-color: rgb(39,141,60); }
div.DivClassName
{
background-color: #278D3C;
}
.BgClassName
{
background-color: #278D3C;
}
</style>
border-color css
<style>
span { border-color: #278D3C; }
span { border-color: rgb(39,141,60); }
td.TdClassName
{
border-color: #278D3C;
}
.TagClassName
{
border-color: #278D3C;
}
</style>