Shades of Japanese Laurel #2D7E33
Tints of Japanese Laurel #2D7E33
RGB
CMYK
RGB Variations
Color information
#2D7E33 (or 0x2D7E33) is known color: Japanese Laurel. HEX triplet: 2D, 7E and 33. RGB value is (45,126,51). Sum of RGB (Red+Green+Blue) = 45+126+51=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #2D7E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7E33 is #D281CC. Grayscale: #5D5D5D. Windows color (decimal): -13795789 or 3374637. OLE color: 3374637.
HSL color Cylindrical-coordinate representation of color #2D7E33: hue angle of 124.44º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7E33 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 126 | 51 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.51 |
| HSL | 124.44º | 0.47% | 0.34% | - |
| HSV(B) | 124.44º | 0.64% | 0.49% | - |
| XYZ | 9.14 | 15.72 | 5.68 | - |
| YUV | 93.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 126 | 51 | 0.64 | 0 | 0.60 | 0.51 | 124.44 | 0.47 | 0.34 |
| Hex | 2D | 7E | 33 | 40 | 0 | 3C | 33 | 7C | 2F | 22 |
| Octal | 55 | 176 | 63 | 100 | 0 | 74 | 63 | 174 | 57 | 42 |
| Binary | 101101 | 1111110 | 110011 | 1000000 | 0 | 111100 | 110011 | 1111100 | 101111 | 100010 |
Color Harmonies of #2D7E33
Complementary color
Monochromatic Colors of #2D7E33
Black with #2D7E33
Text Example
Text Example
White with #2D7E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7E33; }
p { color: rgb(45,126,51); }
H1.HeaderClassName
{
color: #2D7E33;
}
.AnyTagClassName
{
color: #2D7E33;
}
</style>
background-color css
<style>
a { background-color: #2D7E33; }
a { background-color: rgb(45,126,51); }
div.DivClassName
{
background-color: #2D7E33;
}
.BgClassName
{
background-color: #2D7E33;
}
</style>
border-color css
<style>
span { border-color: #2D7E33; }
span { border-color: rgb(45,126,51); }
td.TdClassName
{
border-color: #2D7E33;
}
.TagClassName
{
border-color: #2D7E33;
}
</style>