Shades of Japanese Laurel #2D832F
Tints of Japanese Laurel #2D832F
RGB
CMYK
RGB Variations
Color information
#2D832F (or 0x2D832F) is known color: Japanese Laurel. HEX triplet: 2D, 83 and 2F. RGB value is (45,131,47). Sum of RGB (Red+Green+Blue) = 45+131+47=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #2D832F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D832F is #D27CD0. Grayscale: #5F5F5F. Windows color (decimal): -13794513 or 3113773. OLE color: 3113773.
HSL color Cylindrical-coordinate representation of color #2D832F: hue angle of 121.4º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D832F is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 47 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.49 |
| HSL | 121.4º | 0.49% | 0.35% | - |
| HSV(B) | 121.4º | 0.66% | 0.51% | - |
| XYZ | 9.71 | 17 | 5.46 | - |
| YUV | 95.71 | 100.51 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 47 | 0.66 | 0 | 0.64 | 0.49 | 121.4 | 0.49 | 0.35 |
| Hex | 2D | 83 | 2F | 42 | 0 | 40 | 31 | 79 | 31 | 23 |
| Octal | 55 | 203 | 57 | 102 | 0 | 100 | 61 | 171 | 61 | 43 |
| Binary | 101101 | 10000011 | 101111 | 1000010 | 0 | 1000000 | 110001 | 1111001 | 110001 | 100011 |
Color Harmonies of #2D832F
Complementary color
Monochromatic Colors of #2D832F
Black with #2D832F
Text Example
Text Example
White with #2D832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D832F; }
p { color: rgb(45,131,47); }
H1.HeaderClassName
{
color: #2D832F;
}
.AnyTagClassName
{
color: #2D832F;
}
</style>
background-color css
<style>
a { background-color: #2D832F; }
a { background-color: rgb(45,131,47); }
div.DivClassName
{
background-color: #2D832F;
}
.BgClassName
{
background-color: #2D832F;
}
</style>
border-color css
<style>
span { border-color: #2D832F; }
span { border-color: rgb(45,131,47); }
td.TdClassName
{
border-color: #2D832F;
}
.TagClassName
{
border-color: #2D832F;
}
</style>