Shades of Japanese Laurel #277A27
Tints of Japanese Laurel #277A27
RGB
CMYK
RGB Variations
Color information
#277A27 (or 0x277A27) is known color: Japanese Laurel. HEX triplet: 27, 7A and 27. RGB value is (39,122,39). Sum of RGB (Red+Green+Blue) = 39+122+39=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #277A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277A27 is #D885D8. Grayscale: #575757. Windows color (decimal): -14190041 or 2587175. OLE color: 2587175.
HSL color Cylindrical-coordinate representation of color #277A27: hue angle of 120º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A27 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 122 | 39 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.52 |
| HSL | 120º | 0.52% | 0.32% | - |
| HSV(B) | 120º | 0.68% | 0.48% | - |
| XYZ | 8.16 | 14.5 | 4.29 | - |
| YUV | 87.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 39 | 0.68 | 0 | 0.68 | 0.52 | 120 | 0.52 | 0.32 |
| Hex | 27 | 7A | 27 | 44 | 0 | 44 | 34 | 78 | 34 | 20 |
| Octal | 47 | 172 | 47 | 104 | 0 | 104 | 64 | 170 | 64 | 40 |
| Binary | 100111 | 1111010 | 100111 | 1000100 | 0 | 1000100 | 110100 | 1111000 | 110100 | 100000 |
Color Harmonies of #277A27
Complementary color
Monochromatic Colors of #277A27
Black with #277A27
Text Example
Text Example
White with #277A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A27; }
p { color: rgb(39,122,39); }
H1.HeaderClassName
{
color: #277A27;
}
.AnyTagClassName
{
color: #277A27;
}
</style>
background-color css
<style>
a { background-color: #277A27; }
a { background-color: rgb(39,122,39); }
div.DivClassName
{
background-color: #277A27;
}
.BgClassName
{
background-color: #277A27;
}
</style>
border-color css
<style>
span { border-color: #277A27; }
span { border-color: rgb(39,122,39); }
td.TdClassName
{
border-color: #277A27;
}
.TagClassName
{
border-color: #277A27;
}
</style>