Shades of Japanese Laurel #2D802F
Tints of Japanese Laurel #2D802F
RGB
CMYK
RGB Variations
Color information
#2D802F (or 0x2D802F) is known color: Japanese Laurel. HEX triplet: 2D, 80 and 2F. RGB value is (45,128,47). Sum of RGB (Red+Green+Blue) = 45+128+47=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #2D802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D802F is #D27FD0. Grayscale: #5E5E5E. Windows color (decimal): -13795281 or 3113005. OLE color: 3113005.
HSL color Cylindrical-coordinate representation of color #2D802F: hue angle of 121.45º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D802F is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 128 | 47 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.50 |
| HSL | 121.45º | 0.48% | 0.34% | - |
| HSV(B) | 121.45º | 0.65% | 0.5% | - |
| XYZ | 9.31 | 16.2 | 5.33 | - |
| YUV | 93.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 47 | 0.65 | 0 | 0.63 | 0.50 | 121.45 | 0.48 | 0.34 |
| Hex | 2D | 80 | 2F | 41 | 0 | 3F | 32 | 79 | 30 | 22 |
| Octal | 55 | 200 | 57 | 101 | 0 | 77 | 62 | 171 | 60 | 42 |
| Binary | 101101 | 10000000 | 101111 | 1000001 | 0 | 111111 | 110010 | 1111001 | 110000 | 100010 |
Color Harmonies of #2D802F
Complementary color
Monochromatic Colors of #2D802F
Black with #2D802F
Text Example
Text Example
White with #2D802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D802F; }
p { color: rgb(45,128,47); }
H1.HeaderClassName
{
color: #2D802F;
}
.AnyTagClassName
{
color: #2D802F;
}
</style>
background-color css
<style>
a { background-color: #2D802F; }
a { background-color: rgb(45,128,47); }
div.DivClassName
{
background-color: #2D802F;
}
.BgClassName
{
background-color: #2D802F;
}
</style>
border-color css
<style>
span { border-color: #2D802F; }
span { border-color: rgb(45,128,47); }
td.TdClassName
{
border-color: #2D802F;
}
.TagClassName
{
border-color: #2D802F;
}
</style>