Shades of Japanese Laurel #2D7B2F
Tints of Japanese Laurel #2D7B2F
RGB
CMYK
RGB Variations
Color information
#2D7B2F (or 0x2D7B2F) is known color: Japanese Laurel. HEX triplet: 2D, 7B and 2F. RGB value is (45,123,47). Sum of RGB (Red+Green+Blue) = 45+123+47=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7B2F is #D284D0. Grayscale: #5B5B5B. Windows color (decimal): -13796561 or 3111725. OLE color: 3111725.
HSL color Cylindrical-coordinate representation of color #2D7B2F: hue angle of 121.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7B2F is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 123 | 47 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.52 |
| HSL | 121.54º | 0.46% | 0.33% | - |
| HSV(B) | 121.54º | 0.63% | 0.48% | - |
| XYZ | 8.68 | 14.93 | 5.11 | - |
| YUV | 91.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 47 | 0.63 | 0 | 0.62 | 0.52 | 121.54 | 0.46 | 0.33 |
| Hex | 2D | 7B | 2F | 3F | 0 | 3E | 34 | 7A | 2E | 21 |
| Octal | 55 | 173 | 57 | 77 | 0 | 76 | 64 | 172 | 56 | 41 |
| Binary | 101101 | 1111011 | 101111 | 111111 | 0 | 111110 | 110100 | 1111010 | 101110 | 100001 |
Color Harmonies of #2D7B2F
Complementary color
Monochromatic Colors of #2D7B2F
Black with #2D7B2F
Text Example
Text Example
White with #2D7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7B2F; }
p { color: rgb(45,123,47); }
H1.HeaderClassName
{
color: #2D7B2F;
}
.AnyTagClassName
{
color: #2D7B2F;
}
</style>
background-color css
<style>
a { background-color: #2D7B2F; }
a { background-color: rgb(45,123,47); }
div.DivClassName
{
background-color: #2D7B2F;
}
.BgClassName
{
background-color: #2D7B2F;
}
</style>
border-color css
<style>
span { border-color: #2D7B2F; }
span { border-color: rgb(45,123,47); }
td.TdClassName
{
border-color: #2D7B2F;
}
.TagClassName
{
border-color: #2D7B2F;
}
</style>