Shades of Japanese Laurel #2D7E28
Tints of Japanese Laurel #2D7E28
RGB
CMYK
RGB Variations
Color information
#2D7E28 (or 0x2D7E28) is known color: Japanese Laurel. HEX triplet: 2D, 7E and 28. RGB value is (45,126,40). Sum of RGB (Red+Green+Blue) = 45+126+40=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #2D7E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7E28 is #D281D7. Grayscale: #5C5C5C. Windows color (decimal): -13795800 or 2653741. OLE color: 2653741.
HSL color Cylindrical-coordinate representation of color #2D7E28: hue angle of 116.51º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D7E28 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 126 | 40 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.51 |
| HSL | 116.51º | 0.52% | 0.33% | - |
| HSV(B) | 116.51º | 0.68% | 0.49% | - |
| XYZ | 8.93 | 15.63 | 4.55 | - |
| YUV | 91.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 126 | 40 | 0.64 | 0 | 0.68 | 0.51 | 116.51 | 0.52 | 0.33 |
| Hex | 2D | 7E | 28 | 40 | 0 | 44 | 33 | 75 | 34 | 21 |
| Octal | 55 | 176 | 50 | 100 | 0 | 104 | 63 | 165 | 64 | 41 |
| Binary | 101101 | 1111110 | 101000 | 1000000 | 0 | 1000100 | 110011 | 1110101 | 110100 | 100001 |
Color Harmonies of #2D7E28
Complementary color
Monochromatic Colors of #2D7E28
Black with #2D7E28
Text Example
Text Example
White with #2D7E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7E28; }
p { color: rgb(45,126,40); }
H1.HeaderClassName
{
color: #2D7E28;
}
.AnyTagClassName
{
color: #2D7E28;
}
</style>
background-color css
<style>
a { background-color: #2D7E28; }
a { background-color: rgb(45,126,40); }
div.DivClassName
{
background-color: #2D7E28;
}
.BgClassName
{
background-color: #2D7E28;
}
</style>
border-color css
<style>
span { border-color: #2D7E28; }
span { border-color: rgb(45,126,40); }
td.TdClassName
{
border-color: #2D7E28;
}
.TagClassName
{
border-color: #2D7E28;
}
</style>