Shades of Japanese Laurel #277E2F
Tints of Japanese Laurel #277E2F
RGB
CMYK
RGB Variations
Color information
#277E2F (or 0x277E2F) is known color: Japanese Laurel. HEX triplet: 27, 7E and 2F. RGB value is (39,126,47). Sum of RGB (Red+Green+Blue) = 39+126+47=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 126 (49.61% from 255 or 59.43% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 126 - color contains mainly: green. Hex color #277E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E2F is #D881D0. Grayscale: #5B5B5B. Windows color (decimal): -14189009 or 3112487. OLE color: 3112487.
HSL color Cylindrical-coordinate representation of color #277E2F: hue angle of 125.52º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277E2F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 126 | 47 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.51 |
| HSL | 125.52º | 0.53% | 0.32% | - |
| HSV(B) | 125.52º | 0.69% | 0.49% | - |
| XYZ | 8.81 | 15.56 | 5.23 | - |
| YUV | 90.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 47 | 0.69 | 0 | 0.63 | 0.51 | 125.52 | 0.53 | 0.32 |
| Hex | 27 | 7E | 2F | 45 | 0 | 3F | 33 | 7E | 35 | 20 |
| Octal | 47 | 176 | 57 | 105 | 0 | 77 | 63 | 176 | 65 | 40 |
| Binary | 100111 | 1111110 | 101111 | 1000101 | 0 | 111111 | 110011 | 1111110 | 110101 | 100000 |
Color Harmonies of #277E2F
Complementary color
Monochromatic Colors of #277E2F
Black with #277E2F
Text Example
Text Example
White with #277E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277E2F; }
p { color: rgb(39,126,47); }
H1.HeaderClassName
{
color: #277E2F;
}
.AnyTagClassName
{
color: #277E2F;
}
</style>
background-color css
<style>
a { background-color: #277E2F; }
a { background-color: rgb(39,126,47); }
div.DivClassName
{
background-color: #277E2F;
}
.BgClassName
{
background-color: #277E2F;
}
</style>
border-color css
<style>
span { border-color: #277E2F; }
span { border-color: rgb(39,126,47); }
td.TdClassName
{
border-color: #277E2F;
}
.TagClassName
{
border-color: #277E2F;
}
</style>