Shades of Japanese Laurel #27883A
Tints of Japanese Laurel #27883A
RGB
CMYK
RGB Variations
Color information
#27883A (or 0x27883A) is known color: Japanese Laurel. HEX triplet: 27, 88 and 3A. RGB value is (39,136,58). Sum of RGB (Red+Green+Blue) = 39+136+58=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #27883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27883A is #D877C5. Grayscale: #626262. Windows color (decimal): -14186438 or 3835943. OLE color: 3835943.
HSL color Cylindrical-coordinate representation of color #27883A: hue angle of 131.75º 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 #27883A is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 136 | 58 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.47 |
| HSL | 131.75º | 0.55% | 0.34% | - |
| HSV(B) | 131.75º | 0.71% | 0.53% | - |
| XYZ | 10.4 | 18.35 | 7 | - |
| YUV | 98.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 58 | 0.71 | 0 | 0.57 | 0.47 | 131.75 | 0.55 | 0.34 |
| Hex | 27 | 88 | 3A | 47 | 0 | 39 | 2F | 84 | 37 | 22 |
| Octal | 47 | 210 | 72 | 107 | 0 | 71 | 57 | 204 | 67 | 42 |
| Binary | 100111 | 10001000 | 111010 | 1000111 | 0 | 111001 | 101111 | 10000100 | 110111 | 100010 |
Color Harmonies of #27883A
Complementary color
Monochromatic Colors of #27883A
Black with #27883A
Text Example
Text Example
White with #27883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27883A; }
p { color: rgb(39,136,58); }
H1.HeaderClassName
{
color: #27883A;
}
.AnyTagClassName
{
color: #27883A;
}
</style>
background-color css
<style>
a { background-color: #27883A; }
a { background-color: rgb(39,136,58); }
div.DivClassName
{
background-color: #27883A;
}
.BgClassName
{
background-color: #27883A;
}
</style>
border-color css
<style>
span { border-color: #27883A; }
span { border-color: rgb(39,136,58); }
td.TdClassName
{
border-color: #27883A;
}
.TagClassName
{
border-color: #27883A;
}
</style>