Shades of Japanese Laurel #2D7422
Tints of Japanese Laurel #2D7422
RGB
CMYK
RGB Variations
Color information
#2D7422 (or 0x2D7422) is known color: Japanese Laurel. HEX triplet: 2D, 74 and 22. RGB value is (45,116,34). Sum of RGB (Red+Green+Blue) = 45+116+34=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7422 is #D28BDD. Grayscale: #555555. Windows color (decimal): -13798366 or 2257965. OLE color: 2257965.
HSL color Cylindrical-coordinate representation of color #2D7422: hue angle of 111.95º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D7422 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 34 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.55 |
| HSL | 111.95º | 0.55% | 0.29% | - |
| HSV(B) | 111.95º | 0.71% | 0.45% | - |
| XYZ | 7.62 | 13.16 | 3.65 | - |
| YUV | 85.42 | 98.98 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 34 | 0.61 | 0 | 0.71 | 0.55 | 111.95 | 0.55 | 0.29 |
| Hex | 2D | 74 | 22 | 3D | 0 | 47 | 37 | 70 | 37 | 1D |
| Octal | 55 | 164 | 42 | 75 | 0 | 107 | 67 | 160 | 67 | 35 |
| Binary | 101101 | 1110100 | 100010 | 111101 | 0 | 1000111 | 110111 | 1110000 | 110111 | 11101 |
Color Harmonies of #2D7422
Complementary color
Monochromatic Colors of #2D7422
Black with #2D7422
Text Example
Text Example
White with #2D7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7422; }
p { color: rgb(45,116,34); }
H1.HeaderClassName
{
color: #2D7422;
}
.AnyTagClassName
{
color: #2D7422;
}
</style>
background-color css
<style>
a { background-color: #2D7422; }
a { background-color: rgb(45,116,34); }
div.DivClassName
{
background-color: #2D7422;
}
.BgClassName
{
background-color: #2D7422;
}
</style>
border-color css
<style>
span { border-color: #2D7422; }
span { border-color: rgb(45,116,34); }
td.TdClassName
{
border-color: #2D7422;
}
.TagClassName
{
border-color: #2D7422;
}
</style>