Shades of Japanese Laurel #27813B
Tints of Japanese Laurel #27813B
RGB
CMYK
RGB Variations
Color information
#27813B (or 0x27813B) is known color: Japanese Laurel. HEX triplet: 27, 81 and 3B. RGB value is (39,129,59). Sum of RGB (Red+Green+Blue) = 39+129+59=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #27813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27813B is #D87EC4. Grayscale: #5E5E5E. Windows color (decimal): -14188229 or 3899687. OLE color: 3899687.
HSL color Cylindrical-coordinate representation of color #27813B: hue angle of 133.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27813B is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 129 | 59 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.49 |
| HSL | 133.33º | 0.54% | 0.33% | - |
| HSV(B) | 133.33º | 0.7% | 0.51% | - |
| XYZ | 9.48 | 16.45 | 6.81 | - |
| YUV | 94.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 59 | 0.70 | 0 | 0.54 | 0.49 | 133.33 | 0.54 | 0.33 |
| Hex | 27 | 81 | 3B | 46 | 0 | 36 | 31 | 85 | 36 | 21 |
| Octal | 47 | 201 | 73 | 106 | 0 | 66 | 61 | 205 | 66 | 41 |
| Binary | 100111 | 10000001 | 111011 | 1000110 | 0 | 110110 | 110001 | 10000101 | 110110 | 100001 |
Color Harmonies of #27813B
Complementary color
Monochromatic Colors of #27813B
Black with #27813B
Text Example
Text Example
White with #27813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27813B; }
p { color: rgb(39,129,59); }
H1.HeaderClassName
{
color: #27813B;
}
.AnyTagClassName
{
color: #27813B;
}
</style>
background-color css
<style>
a { background-color: #27813B; }
a { background-color: rgb(39,129,59); }
div.DivClassName
{
background-color: #27813B;
}
.BgClassName
{
background-color: #27813B;
}
</style>
border-color css
<style>
span { border-color: #27813B; }
span { border-color: rgb(39,129,59); }
td.TdClassName
{
border-color: #27813B;
}
.TagClassName
{
border-color: #27813B;
}
</style>