Shades of Japanese Laurel #2D8436
Tints of Japanese Laurel #2D8436
RGB
CMYK
RGB Variations
Color information
#2D8436 (or 0x2D8436) is known color: Japanese Laurel. HEX triplet: 2D, 84 and 36. RGB value is (45,132,54). Sum of RGB (Red+Green+Blue) = 45+132+54=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8436 is #D27BC9. Grayscale: #616161. Windows color (decimal): -13794250 or 3572781. OLE color: 3572781.
HSL color Cylindrical-coordinate representation of color #2D8436: hue angle of 126.21º 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 #2D8436 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 54 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.48 |
| HSL | 126.21º | 0.49% | 0.35% | - |
| HSV(B) | 126.21º | 0.66% | 0.52% | - |
| XYZ | 10 | 17.33 | 6.31 | - |
| YUV | 97.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 54 | 0.66 | 0 | 0.59 | 0.48 | 126.21 | 0.49 | 0.35 |
| Hex | 2D | 84 | 36 | 42 | 0 | 3B | 30 | 7E | 31 | 23 |
| Octal | 55 | 204 | 66 | 102 | 0 | 73 | 60 | 176 | 61 | 43 |
| Binary | 101101 | 10000100 | 110110 | 1000010 | 0 | 111011 | 110000 | 1111110 | 110001 | 100011 |
Color Harmonies of #2D8436
Complementary color
Monochromatic Colors of #2D8436
Black with #2D8436
Text Example
Text Example
White with #2D8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8436; }
p { color: rgb(45,132,54); }
H1.HeaderClassName
{
color: #2D8436;
}
.AnyTagClassName
{
color: #2D8436;
}
</style>
background-color css
<style>
a { background-color: #2D8436; }
a { background-color: rgb(45,132,54); }
div.DivClassName
{
background-color: #2D8436;
}
.BgClassName
{
background-color: #2D8436;
}
</style>
border-color css
<style>
span { border-color: #2D8436; }
span { border-color: rgb(45,132,54); }
td.TdClassName
{
border-color: #2D8436;
}
.TagClassName
{
border-color: #2D8436;
}
</style>