Shades of Japanese Laurel #2D802B
Tints of Japanese Laurel #2D802B
RGB
CMYK
RGB Variations
Color information
#2D802B (or 0x2D802B) is known color: Japanese Laurel. HEX triplet: 2D, 80 and 2B. RGB value is (45,128,43). Sum of RGB (Red+Green+Blue) = 45+128+43=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #2D802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D802B is #D27FD4. Grayscale: #5D5D5D. Windows color (decimal): -13795285 or 2850861. OLE color: 2850861.
HSL color Cylindrical-coordinate representation of color #2D802B: hue angle of 118.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D802B is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 128 | 43 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.50 |
| HSL | 118.59º | 0.5% | 0.34% | - |
| HSV(B) | 118.59º | 0.66% | 0.5% | - |
| XYZ | 9.24 | 16.17 | 4.92 | - |
| YUV | 93.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 43 | 0.65 | 0 | 0.66 | 0.50 | 118.59 | 0.5 | 0.34 |
| Hex | 2D | 80 | 2B | 41 | 0 | 42 | 32 | 77 | 32 | 22 |
| Octal | 55 | 200 | 53 | 101 | 0 | 102 | 62 | 167 | 62 | 42 |
| Binary | 101101 | 10000000 | 101011 | 1000001 | 0 | 1000010 | 110010 | 1110111 | 110010 | 100010 |
Color Harmonies of #2D802B
Complementary color
Monochromatic Colors of #2D802B
Black with #2D802B
Text Example
Text Example
White with #2D802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D802B; }
p { color: rgb(45,128,43); }
H1.HeaderClassName
{
color: #2D802B;
}
.AnyTagClassName
{
color: #2D802B;
}
</style>
background-color css
<style>
a { background-color: #2D802B; }
a { background-color: rgb(45,128,43); }
div.DivClassName
{
background-color: #2D802B;
}
.BgClassName
{
background-color: #2D802B;
}
</style>
border-color css
<style>
span { border-color: #2D802B; }
span { border-color: rgb(45,128,43); }
td.TdClassName
{
border-color: #2D802B;
}
.TagClassName
{
border-color: #2D802B;
}
</style>