Shades of Japanese Laurel #2D742A
Tints of Japanese Laurel #2D742A
RGB
CMYK
RGB Variations
Color information
#2D742A (or 0x2D742A) is known color: Japanese Laurel. HEX triplet: 2D, 74 and 2A. RGB value is (45,116,42). Sum of RGB (Red+Green+Blue) = 45+116+42=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #2D742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D742A is #D28BD5. Grayscale: #565656. Windows color (decimal): -13798358 or 2782253. OLE color: 2782253.
HSL color Cylindrical-coordinate representation of color #2D742A: hue angle of 117.57º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D742A is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 42 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.55 |
| HSL | 117.57º | 0.47% | 0.31% | - |
| HSV(B) | 117.57º | 0.64% | 0.45% | - |
| XYZ | 7.75 | 13.22 | 4.33 | - |
| YUV | 86.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 42 | 0.61 | 0 | 0.64 | 0.55 | 117.57 | 0.47 | 0.31 |
| Hex | 2D | 74 | 2A | 3D | 0 | 40 | 37 | 76 | 2F | 1F |
| Octal | 55 | 164 | 52 | 75 | 0 | 100 | 67 | 166 | 57 | 37 |
| Binary | 101101 | 1110100 | 101010 | 111101 | 0 | 1000000 | 110111 | 1110110 | 101111 | 11111 |
Color Harmonies of #2D742A
Complementary color
Monochromatic Colors of #2D742A
Black with #2D742A
Text Example
Text Example
White with #2D742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D742A; }
p { color: rgb(45,116,42); }
H1.HeaderClassName
{
color: #2D742A;
}
.AnyTagClassName
{
color: #2D742A;
}
</style>
background-color css
<style>
a { background-color: #2D742A; }
a { background-color: rgb(45,116,42); }
div.DivClassName
{
background-color: #2D742A;
}
.BgClassName
{
background-color: #2D742A;
}
</style>
border-color css
<style>
span { border-color: #2D742A; }
span { border-color: rgb(45,116,42); }
td.TdClassName
{
border-color: #2D742A;
}
.TagClassName
{
border-color: #2D742A;
}
</style>