Shades of Japanese Laurel #2D853D
Tints of Japanese Laurel #2D853D
RGB
CMYK
RGB Variations
Color information
#2D853D (or 0x2D853D) is known color: Japanese Laurel. HEX triplet: 2D, 85 and 3D. RGB value is (45,133,61). Sum of RGB (Red+Green+Blue) = 45+133+61=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #2D853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D853D is #D27AC2. Grayscale: #626262. Windows color (decimal): -13793987 or 4031789. OLE color: 4031789.
HSL color Cylindrical-coordinate representation of color #2D853D: hue angle of 130.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D853D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 61 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.48 |
| HSL | 130.91º | 0.49% | 0.35% | - |
| HSV(B) | 130.91º | 0.66% | 0.52% | - |
| XYZ | 10.31 | 17.67 | 7.28 | - |
| YUV | 98.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 61 | 0.66 | 0 | 0.54 | 0.48 | 130.91 | 0.49 | 0.35 |
| Hex | 2D | 85 | 3D | 42 | 0 | 36 | 30 | 83 | 31 | 23 |
| Octal | 55 | 205 | 75 | 102 | 0 | 66 | 60 | 203 | 61 | 43 |
| Binary | 101101 | 10000101 | 111101 | 1000010 | 0 | 110110 | 110000 | 10000011 | 110001 | 100011 |
Color Harmonies of #2D853D
Complementary color
Monochromatic Colors of #2D853D
Black with #2D853D
Text Example
Text Example
White with #2D853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D853D; }
p { color: rgb(45,133,61); }
H1.HeaderClassName
{
color: #2D853D;
}
.AnyTagClassName
{
color: #2D853D;
}
</style>
background-color css
<style>
a { background-color: #2D853D; }
a { background-color: rgb(45,133,61); }
div.DivClassName
{
background-color: #2D853D;
}
.BgClassName
{
background-color: #2D853D;
}
</style>
border-color css
<style>
span { border-color: #2D853D; }
span { border-color: rgb(45,133,61); }
td.TdClassName
{
border-color: #2D853D;
}
.TagClassName
{
border-color: #2D853D;
}
</style>