Shades of Japanese Laurel #2C762D
Tints of Japanese Laurel #2C762D
RGB
CMYK
RGB Variations
Color information
#2C762D (or 0x2C762D) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 2D. RGB value is (44,118,45). Sum of RGB (Red+Green+Blue) = 44+118+45=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #2C762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C762D is #D389D2. Grayscale: #575757. Windows color (decimal): -13863379 or 2979372. OLE color: 2979372.
HSL color Cylindrical-coordinate representation of color #2C762D: hue angle of 120.81º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C762D is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 45 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.54 |
| HSL | 120.81º | 0.46% | 0.32% | - |
| HSV(B) | 120.81º | 0.63% | 0.46% | - |
| XYZ | 7.99 | 13.68 | 4.7 | - |
| YUV | 87.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 45 | 0.63 | 0 | 0.62 | 0.54 | 120.81 | 0.46 | 0.32 |
| Hex | 2C | 76 | 2D | 3F | 0 | 3E | 36 | 79 | 2E | 20 |
| Octal | 54 | 166 | 55 | 77 | 0 | 76 | 66 | 171 | 56 | 40 |
| Binary | 101100 | 1110110 | 101101 | 111111 | 0 | 111110 | 110110 | 1111001 | 101110 | 100000 |
Color Harmonies of #2C762D
Complementary color
Monochromatic Colors of #2C762D
Black with #2C762D
Text Example
Text Example
White with #2C762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C762D; }
p { color: rgb(44,118,45); }
H1.HeaderClassName
{
color: #2C762D;
}
.AnyTagClassName
{
color: #2C762D;
}
</style>
background-color css
<style>
a { background-color: #2C762D; }
a { background-color: rgb(44,118,45); }
div.DivClassName
{
background-color: #2C762D;
}
.BgClassName
{
background-color: #2C762D;
}
</style>
border-color css
<style>
span { border-color: #2C762D; }
span { border-color: rgb(44,118,45); }
td.TdClassName
{
border-color: #2C762D;
}
.TagClassName
{
border-color: #2C762D;
}
</style>