Shades of Japanese Laurel #2D762A
Tints of Japanese Laurel #2D762A
RGB
CMYK
RGB Variations
Color information
#2D762A (or 0x2D762A) is known color: Japanese Laurel. HEX triplet: 2D, 76 and 2A. RGB value is (45,118,42). Sum of RGB (Red+Green+Blue) = 45+118+42=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #2D762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D762A is #D289D5. Grayscale: #575757. Windows color (decimal): -13797846 or 2782765. OLE color: 2782765.
HSL color Cylindrical-coordinate representation of color #2D762A: hue angle of 117.63º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D762A is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 42 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.54 |
| HSL | 117.63º | 0.48% | 0.31% | - |
| HSV(B) | 117.63º | 0.64% | 0.46% | - |
| XYZ | 7.98 | 13.68 | 4.41 | - |
| YUV | 87.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 42 | 0.62 | 0 | 0.64 | 0.54 | 117.63 | 0.48 | 0.31 |
| Hex | 2D | 76 | 2A | 3E | 0 | 40 | 36 | 76 | 30 | 1F |
| Octal | 55 | 166 | 52 | 76 | 0 | 100 | 66 | 166 | 60 | 37 |
| Binary | 101101 | 1110110 | 101010 | 111110 | 0 | 1000000 | 110110 | 1110110 | 110000 | 11111 |
Color Harmonies of #2D762A
Complementary color
Monochromatic Colors of #2D762A
Black with #2D762A
Text Example
Text Example
White with #2D762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D762A; }
p { color: rgb(45,118,42); }
H1.HeaderClassName
{
color: #2D762A;
}
.AnyTagClassName
{
color: #2D762A;
}
</style>
background-color css
<style>
a { background-color: #2D762A; }
a { background-color: rgb(45,118,42); }
div.DivClassName
{
background-color: #2D762A;
}
.BgClassName
{
background-color: #2D762A;
}
</style>
border-color css
<style>
span { border-color: #2D762A; }
span { border-color: rgb(45,118,42); }
td.TdClassName
{
border-color: #2D762A;
}
.TagClassName
{
border-color: #2D762A;
}
</style>