Shades of Japanese Laurel #277C29
Tints of Japanese Laurel #277C29
RGB
CMYK
RGB Variations
Color information
#277C29 (or 0x277C29) is known color: Japanese Laurel. HEX triplet: 27, 7C and 29. RGB value is (39,124,41). Sum of RGB (Red+Green+Blue) = 39+124+41=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #277C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C29 is #D883D6. Grayscale: #595959. Windows color (decimal): -14189527 or 2718759. OLE color: 2718759.
HSL color Cylindrical-coordinate representation of color #277C29: hue angle of 121.41º degrees, saturation: 0.52, 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 #277C29 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 124 | 41 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.51 |
| HSL | 121.41º | 0.52% | 0.32% | - |
| HSV(B) | 121.41º | 0.69% | 0.49% | - |
| XYZ | 8.44 | 15.01 | 4.55 | - |
| YUV | 89.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 41 | 0.69 | 0 | 0.67 | 0.51 | 121.41 | 0.52 | 0.32 |
| Hex | 27 | 7C | 29 | 45 | 0 | 43 | 33 | 79 | 34 | 20 |
| Octal | 47 | 174 | 51 | 105 | 0 | 103 | 63 | 171 | 64 | 40 |
| Binary | 100111 | 1111100 | 101001 | 1000101 | 0 | 1000011 | 110011 | 1111001 | 110100 | 100000 |
Color Harmonies of #277C29
Complementary color
Monochromatic Colors of #277C29
Black with #277C29
Text Example
Text Example
White with #277C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C29; }
p { color: rgb(39,124,41); }
H1.HeaderClassName
{
color: #277C29;
}
.AnyTagClassName
{
color: #277C29;
}
</style>
background-color css
<style>
a { background-color: #277C29; }
a { background-color: rgb(39,124,41); }
div.DivClassName
{
background-color: #277C29;
}
.BgClassName
{
background-color: #277C29;
}
</style>
border-color css
<style>
span { border-color: #277C29; }
span { border-color: rgb(39,124,41); }
td.TdClassName
{
border-color: #277C29;
}
.TagClassName
{
border-color: #277C29;
}
</style>