Shades of Japanese Laurel #27883C
Tints of Japanese Laurel #27883C
RGB
CMYK
RGB Variations
Color information
#27883C (or 0x27883C) is known color: Japanese Laurel. HEX triplet: 27, 88 and 3C. RGB value is (39,136,60). Sum of RGB (Red+Green+Blue) = 39+136+60=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #27883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27883C is #D877C3. Grayscale: #626262. Windows color (decimal): -14186436 or 3967015. OLE color: 3967015.
HSL color Cylindrical-coordinate representation of color #27883C: hue angle of 132.99º 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 #27883C is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 136 | 60 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.47 |
| HSL | 132.99º | 0.55% | 0.34% | - |
| HSV(B) | 132.99º | 0.71% | 0.53% | - |
| XYZ | 10.46 | 18.37 | 7.27 | - |
| YUV | 98.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 60 | 0.71 | 0 | 0.56 | 0.47 | 132.99 | 0.55 | 0.34 |
| Hex | 27 | 88 | 3C | 47 | 0 | 38 | 2F | 85 | 37 | 22 |
| Octal | 47 | 210 | 74 | 107 | 0 | 70 | 57 | 205 | 67 | 42 |
| Binary | 100111 | 10001000 | 111100 | 1000111 | 0 | 111000 | 101111 | 10000101 | 110111 | 100010 |
Color Harmonies of #27883C
Complementary color
Monochromatic Colors of #27883C
Black with #27883C
Text Example
Text Example
White with #27883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27883C; }
p { color: rgb(39,136,60); }
H1.HeaderClassName
{
color: #27883C;
}
.AnyTagClassName
{
color: #27883C;
}
</style>
background-color css
<style>
a { background-color: #27883C; }
a { background-color: rgb(39,136,60); }
div.DivClassName
{
background-color: #27883C;
}
.BgClassName
{
background-color: #27883C;
}
</style>
border-color css
<style>
span { border-color: #27883C; }
span { border-color: rgb(39,136,60); }
td.TdClassName
{
border-color: #27883C;
}
.TagClassName
{
border-color: #27883C;
}
</style>