Shades of Japanese Laurel #27893C
Tints of Japanese Laurel #27893C
RGB
CMYK
RGB Variations
Color information
#27893C (or 0x27893C) is known color: Japanese Laurel. HEX triplet: 27, 89 and 3C. RGB value is (39,137,60). Sum of RGB (Red+Green+Blue) = 39+137+60=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #27893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27893C is #D876C3. Grayscale: #636363. Windows color (decimal): -14186180 or 3967271. OLE color: 3967271.
HSL color Cylindrical-coordinate representation of color #27893C: hue angle of 132.86º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27893C is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 137 | 60 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.46 |
| HSL | 132.86º | 0.56% | 0.35% | - |
| HSV(B) | 132.86º | 0.72% | 0.54% | - |
| XYZ | 10.6 | 18.65 | 7.32 | - |
| YUV | 98.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 137 | 60 | 0.72 | 0 | 0.56 | 0.46 | 132.86 | 0.56 | 0.35 |
| Hex | 27 | 89 | 3C | 48 | 0 | 38 | 2E | 85 | 38 | 23 |
| Octal | 47 | 211 | 74 | 110 | 0 | 70 | 56 | 205 | 70 | 43 |
| Binary | 100111 | 10001001 | 111100 | 1001000 | 0 | 111000 | 101110 | 10000101 | 111000 | 100011 |
Color Harmonies of #27893C
Complementary color
Monochromatic Colors of #27893C
Black with #27893C
Text Example
Text Example
White with #27893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27893C; }
p { color: rgb(39,137,60); }
H1.HeaderClassName
{
color: #27893C;
}
.AnyTagClassName
{
color: #27893C;
}
</style>
background-color css
<style>
a { background-color: #27893C; }
a { background-color: rgb(39,137,60); }
div.DivClassName
{
background-color: #27893C;
}
.BgClassName
{
background-color: #27893C;
}
</style>
border-color css
<style>
span { border-color: #27893C; }
span { border-color: rgb(39,137,60); }
td.TdClassName
{
border-color: #27893C;
}
.TagClassName
{
border-color: #27893C;
}
</style>