Shades of Japanese Laurel #2D893B
Tints of Japanese Laurel #2D893B
RGB
CMYK
RGB Variations
Color information
#2D893B (or 0x2D893B) is known color: Japanese Laurel. HEX triplet: 2D, 89 and 3B. RGB value is (45,137,59). Sum of RGB (Red+Green+Blue) = 45+137+59=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #2D893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D893B is #D276C4. Grayscale: #646464. Windows color (decimal): -13792965 or 3901741. OLE color: 3901741.
HSL color Cylindrical-coordinate representation of color #2D893B: hue angle of 129.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D893B is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 59 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.46 |
| HSL | 129.13º | 0.51% | 0.36% | - |
| HSV(B) | 129.13º | 0.67% | 0.54% | - |
| XYZ | 10.82 | 18.76 | 7.19 | - |
| YUV | 100.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 59 | 0.67 | 0 | 0.57 | 0.46 | 129.13 | 0.51 | 0.36 |
| Hex | 2D | 89 | 3B | 43 | 0 | 39 | 2E | 81 | 33 | 24 |
| Octal | 55 | 211 | 73 | 103 | 0 | 71 | 56 | 201 | 63 | 44 |
| Binary | 101101 | 10001001 | 111011 | 1000011 | 0 | 111001 | 101110 | 10000001 | 110011 | 100100 |
Color Harmonies of #2D893B
Complementary color
Monochromatic Colors of #2D893B
Black with #2D893B
Text Example
Text Example
White with #2D893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D893B; }
p { color: rgb(45,137,59); }
H1.HeaderClassName
{
color: #2D893B;
}
.AnyTagClassName
{
color: #2D893B;
}
</style>
background-color css
<style>
a { background-color: #2D893B; }
a { background-color: rgb(45,137,59); }
div.DivClassName
{
background-color: #2D893B;
}
.BgClassName
{
background-color: #2D893B;
}
</style>
border-color css
<style>
span { border-color: #2D893B; }
span { border-color: rgb(45,137,59); }
td.TdClassName
{
border-color: #2D893B;
}
.TagClassName
{
border-color: #2D893B;
}
</style>