Shades of Japanese Laurel #277F38
Tints of Japanese Laurel #277F38
RGB
CMYK
RGB Variations
Color information
#277F38 (or 0x277F38) is known color: Japanese Laurel. HEX triplet: 27, 7F and 38. RGB value is (39,127,56). Sum of RGB (Red+Green+Blue) = 39+127+56=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #277F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277F38 is #D880C7. Grayscale: #5C5C5C. Windows color (decimal): -14188744 or 3702567. OLE color: 3702567.
HSL color Cylindrical-coordinate representation of color #277F38: hue angle of 131.59º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F38 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 56 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.50 |
| HSL | 131.59º | 0.53% | 0.33% | - |
| HSV(B) | 131.59º | 0.69% | 0.5% | - |
| XYZ | 9.14 | 15.9 | 6.33 | - |
| YUV | 92.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 56 | 0.69 | 0 | 0.56 | 0.50 | 131.59 | 0.53 | 0.33 |
| Hex | 27 | 7F | 38 | 45 | 0 | 38 | 32 | 84 | 35 | 21 |
| Octal | 47 | 177 | 70 | 105 | 0 | 70 | 62 | 204 | 65 | 41 |
| Binary | 100111 | 1111111 | 111000 | 1000101 | 0 | 111000 | 110010 | 10000100 | 110101 | 100001 |
Color Harmonies of #277F38
Complementary color
Monochromatic Colors of #277F38
Black with #277F38
Text Example
Text Example
White with #277F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F38; }
p { color: rgb(39,127,56); }
H1.HeaderClassName
{
color: #277F38;
}
.AnyTagClassName
{
color: #277F38;
}
</style>
background-color css
<style>
a { background-color: #277F38; }
a { background-color: rgb(39,127,56); }
div.DivClassName
{
background-color: #277F38;
}
.BgClassName
{
background-color: #277F38;
}
</style>
border-color css
<style>
span { border-color: #277F38; }
span { border-color: rgb(39,127,56); }
td.TdClassName
{
border-color: #277F38;
}
.TagClassName
{
border-color: #277F38;
}
</style>