Shades of Japanese Laurel #2D7A27
Tints of Japanese Laurel #2D7A27
RGB
CMYK
RGB Variations
Color information
#2D7A27 (or 0x2D7A27) is known color: Japanese Laurel. HEX triplet: 2D, 7A and 27. RGB value is (45,122,39). Sum of RGB (Red+Green+Blue) = 45+122+39=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7A27 is #D285D8. Grayscale: #595959. Windows color (decimal): -13796825 or 2587181. OLE color: 2587181.
HSL color Cylindrical-coordinate representation of color #2D7A27: hue angle of 115.66º 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 #2D7A27 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 122 | 39 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.52 |
| HSL | 115.66º | 0.52% | 0.32% | - |
| HSV(B) | 115.66º | 0.68% | 0.48% | - |
| XYZ | 8.41 | 14.62 | 4.3 | - |
| YUV | 89.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 39 | 0.63 | 0 | 0.68 | 0.52 | 115.66 | 0.52 | 0.32 |
| Hex | 2D | 7A | 27 | 3F | 0 | 44 | 34 | 74 | 34 | 20 |
| Octal | 55 | 172 | 47 | 77 | 0 | 104 | 64 | 164 | 64 | 40 |
| Binary | 101101 | 1111010 | 100111 | 111111 | 0 | 1000100 | 110100 | 1110100 | 110100 | 100000 |
Color Harmonies of #2D7A27
Complementary color
Monochromatic Colors of #2D7A27
Black with #2D7A27
Text Example
Text Example
White with #2D7A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7A27; }
p { color: rgb(45,122,39); }
H1.HeaderClassName
{
color: #2D7A27;
}
.AnyTagClassName
{
color: #2D7A27;
}
</style>
background-color css
<style>
a { background-color: #2D7A27; }
a { background-color: rgb(45,122,39); }
div.DivClassName
{
background-color: #2D7A27;
}
.BgClassName
{
background-color: #2D7A27;
}
</style>
border-color css
<style>
span { border-color: #2D7A27; }
span { border-color: rgb(45,122,39); }
td.TdClassName
{
border-color: #2D7A27;
}
.TagClassName
{
border-color: #2D7A27;
}
</style>