Shades of Japanese Laurel #2D7C33
Tints of Japanese Laurel #2D7C33
RGB
CMYK
RGB Variations
Color information
#2D7C33 (or 0x2D7C33) is known color: Japanese Laurel. HEX triplet: 2D, 7C and 33. RGB value is (45,124,51). Sum of RGB (Red+Green+Blue) = 45+124+51=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7C33 is #D283CC. Grayscale: #5C5C5C. Windows color (decimal): -13796301 or 3374125. OLE color: 3374125.
HSL color Cylindrical-coordinate representation of color #2D7C33: hue angle of 124.56º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C33 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 51 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.51 |
| HSL | 124.56º | 0.47% | 0.33% | - |
| HSV(B) | 124.56º | 0.64% | 0.49% | - |
| XYZ | 8.89 | 15.21 | 5.6 | - |
| YUV | 92.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 51 | 0.64 | 0 | 0.59 | 0.51 | 124.56 | 0.47 | 0.33 |
| Hex | 2D | 7C | 33 | 40 | 0 | 3B | 33 | 7D | 2F | 21 |
| Octal | 55 | 174 | 63 | 100 | 0 | 73 | 63 | 175 | 57 | 41 |
| Binary | 101101 | 1111100 | 110011 | 1000000 | 0 | 111011 | 110011 | 1111101 | 101111 | 100001 |
Color Harmonies of #2D7C33
Complementary color
Monochromatic Colors of #2D7C33
Black with #2D7C33
Text Example
Text Example
White with #2D7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C33; }
p { color: rgb(45,124,51); }
H1.HeaderClassName
{
color: #2D7C33;
}
.AnyTagClassName
{
color: #2D7C33;
}
</style>
background-color css
<style>
a { background-color: #2D7C33; }
a { background-color: rgb(45,124,51); }
div.DivClassName
{
background-color: #2D7C33;
}
.BgClassName
{
background-color: #2D7C33;
}
</style>
border-color css
<style>
span { border-color: #2D7C33; }
span { border-color: rgb(45,124,51); }
td.TdClassName
{
border-color: #2D7C33;
}
.TagClassName
{
border-color: #2D7C33;
}
</style>