Shades of Japanese Laurel #277B2C
Tints of Japanese Laurel #277B2C
RGB
CMYK
RGB Variations
Color information
#277B2C (or 0x277B2C) is known color: Japanese Laurel. HEX triplet: 27, 7B and 2C. RGB value is (39,123,44). Sum of RGB (Red+Green+Blue) = 39+123+44=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #277B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277B2C is #D884D3. Grayscale: #595959. Windows color (decimal): -14189780 or 2915111. OLE color: 2915111.
HSL color Cylindrical-coordinate representation of color #277B2C: hue angle of 123.57º 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 #277B2C is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 123 | 44 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.52 |
| HSL | 123.57º | 0.52% | 0.32% | - |
| HSV(B) | 123.57º | 0.68% | 0.48% | - |
| XYZ | 8.37 | 14.78 | 4.79 | - |
| YUV | 88.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 44 | 0.68 | 0 | 0.64 | 0.52 | 123.57 | 0.52 | 0.32 |
| Hex | 27 | 7B | 2C | 44 | 0 | 40 | 34 | 7C | 34 | 20 |
| Octal | 47 | 173 | 54 | 104 | 0 | 100 | 64 | 174 | 64 | 40 |
| Binary | 100111 | 1111011 | 101100 | 1000100 | 0 | 1000000 | 110100 | 1111100 | 110100 | 100000 |
Color Harmonies of #277B2C
Complementary color
Monochromatic Colors of #277B2C
Black with #277B2C
Text Example
Text Example
White with #277B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B2C; }
p { color: rgb(39,123,44); }
H1.HeaderClassName
{
color: #277B2C;
}
.AnyTagClassName
{
color: #277B2C;
}
</style>
background-color css
<style>
a { background-color: #277B2C; }
a { background-color: rgb(39,123,44); }
div.DivClassName
{
background-color: #277B2C;
}
.BgClassName
{
background-color: #277B2C;
}
</style>
border-color css
<style>
span { border-color: #277B2C; }
span { border-color: rgb(39,123,44); }
td.TdClassName
{
border-color: #277B2C;
}
.TagClassName
{
border-color: #277B2C;
}
</style>