Shades of Japanese Laurel #2D7A25
Tints of Japanese Laurel #2D7A25
RGB
CMYK
RGB Variations
Color information
#2D7A25 (or 0x2D7A25) is known color: Japanese Laurel. HEX triplet: 2D, 7A and 25. RGB value is (45,122,37). Sum of RGB (Red+Green+Blue) = 45+122+37=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7A25 is #D285DA. Grayscale: #595959. Windows color (decimal): -13796827 or 2456109. OLE color: 2456109.
HSL color Cylindrical-coordinate representation of color #2D7A25: hue angle of 114.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7A25 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 122 | 37 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.52 |
| HSL | 114.35º | 0.53% | 0.31% | - |
| HSV(B) | 114.35º | 0.7% | 0.48% | - |
| XYZ | 8.38 | 14.61 | 4.13 | - |
| YUV | 89.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 37 | 0.63 | 0 | 0.70 | 0.52 | 114.35 | 0.53 | 0.31 |
| Hex | 2D | 7A | 25 | 3F | 0 | 46 | 34 | 72 | 35 | 1F |
| Octal | 55 | 172 | 45 | 77 | 0 | 106 | 64 | 162 | 65 | 37 |
| Binary | 101101 | 1111010 | 100101 | 111111 | 0 | 1000110 | 110100 | 1110010 | 110101 | 11111 |
Color Harmonies of #2D7A25
Complementary color
Monochromatic Colors of #2D7A25
Black with #2D7A25
Text Example
Text Example
White with #2D7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7A25; }
p { color: rgb(45,122,37); }
H1.HeaderClassName
{
color: #2D7A25;
}
.AnyTagClassName
{
color: #2D7A25;
}
</style>
background-color css
<style>
a { background-color: #2D7A25; }
a { background-color: rgb(45,122,37); }
div.DivClassName
{
background-color: #2D7A25;
}
.BgClassName
{
background-color: #2D7A25;
}
</style>
border-color css
<style>
span { border-color: #2D7A25; }
span { border-color: rgb(45,122,37); }
td.TdClassName
{
border-color: #2D7A25;
}
.TagClassName
{
border-color: #2D7A25;
}
</style>