Shades of Japanese Laurel #2D7F27
Tints of Japanese Laurel #2D7F27
RGB
CMYK
RGB Variations
Color information
#2D7F27 (or 0x2D7F27) is known color: Japanese Laurel. HEX triplet: 2D, 7F and 27. RGB value is (45,127,39). Sum of RGB (Red+Green+Blue) = 45+127+39=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #2D7F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7F27 is #D280D8. Grayscale: #5C5C5C. Windows color (decimal): -13795545 or 2588461. OLE color: 2588461.
HSL color Cylindrical-coordinate representation of color #2D7F27: hue angle of 115.91º 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 #2D7F27 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 127 | 39 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.50 |
| HSL | 115.91º | 0.53% | 0.33% | - |
| HSV(B) | 115.91º | 0.69% | 0.5% | - |
| XYZ | 9.04 | 15.88 | 4.51 | - |
| YUV | 92.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 127 | 39 | 0.65 | 0 | 0.69 | 0.50 | 115.91 | 0.53 | 0.33 |
| Hex | 2D | 7F | 27 | 41 | 0 | 45 | 32 | 74 | 35 | 21 |
| Octal | 55 | 177 | 47 | 101 | 0 | 105 | 62 | 164 | 65 | 41 |
| Binary | 101101 | 1111111 | 100111 | 1000001 | 0 | 1000101 | 110010 | 1110100 | 110101 | 100001 |
Color Harmonies of #2D7F27
Complementary color
Monochromatic Colors of #2D7F27
Black with #2D7F27
Text Example
Text Example
White with #2D7F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7F27; }
p { color: rgb(45,127,39); }
H1.HeaderClassName
{
color: #2D7F27;
}
.AnyTagClassName
{
color: #2D7F27;
}
</style>
background-color css
<style>
a { background-color: #2D7F27; }
a { background-color: rgb(45,127,39); }
div.DivClassName
{
background-color: #2D7F27;
}
.BgClassName
{
background-color: #2D7F27;
}
</style>
border-color css
<style>
span { border-color: #2D7F27; }
span { border-color: rgb(45,127,39); }
td.TdClassName
{
border-color: #2D7F27;
}
.TagClassName
{
border-color: #2D7F27;
}
</style>