Shades of Japanese Laurel #27863A
Tints of Japanese Laurel #27863A
RGB
CMYK
RGB Variations
Color information
#27863A (or 0x27863A) is known color: Japanese Laurel. HEX triplet: 27, 86 and 3A. RGB value is (39,134,58). Sum of RGB (Red+Green+Blue) = 39+134+58=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #27863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27863A is #D879C5. Grayscale: #616161. Windows color (decimal): -14186950 or 3835431. OLE color: 3835431.
HSL color Cylindrical-coordinate representation of color #27863A: hue angle of 132º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27863A is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 134 | 58 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.47 |
| HSL | 132º | 0.55% | 0.34% | - |
| HSV(B) | 132º | 0.71% | 0.53% | - |
| XYZ | 10.13 | 17.79 | 6.9 | - |
| YUV | 96.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 58 | 0.71 | 0 | 0.57 | 0.47 | 132 | 0.55 | 0.34 |
| Hex | 27 | 86 | 3A | 47 | 0 | 39 | 2F | 84 | 37 | 22 |
| Octal | 47 | 206 | 72 | 107 | 0 | 71 | 57 | 204 | 67 | 42 |
| Binary | 100111 | 10000110 | 111010 | 1000111 | 0 | 111001 | 101111 | 10000100 | 110111 | 100010 |
Color Harmonies of #27863A
Complementary color
Monochromatic Colors of #27863A
Black with #27863A
Text Example
Text Example
White with #27863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27863A; }
p { color: rgb(39,134,58); }
H1.HeaderClassName
{
color: #27863A;
}
.AnyTagClassName
{
color: #27863A;
}
</style>
background-color css
<style>
a { background-color: #27863A; }
a { background-color: rgb(39,134,58); }
div.DivClassName
{
background-color: #27863A;
}
.BgClassName
{
background-color: #27863A;
}
</style>
border-color css
<style>
span { border-color: #27863A; }
span { border-color: rgb(39,134,58); }
td.TdClassName
{
border-color: #27863A;
}
.TagClassName
{
border-color: #27863A;
}
</style>