Shades of Japanese Laurel #2C7D3C
Tints of Japanese Laurel #2C7D3C
RGB
CMYK
RGB Variations
Color information
#2C7D3C (or 0x2C7D3C) is known color: Japanese Laurel. HEX triplet: 2C, 7D and 3C. RGB value is (44,125,60). Sum of RGB (Red+Green+Blue) = 44+125+60=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D3C is #D382C3. Grayscale: #5D5D5D. Windows color (decimal): -13861572 or 3964204. OLE color: 3964204.
HSL color Cylindrical-coordinate representation of color #2C7D3C: hue angle of 131.85º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D3C is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 125 | 60 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.51 |
| HSL | 131.85º | 0.48% | 0.33% | - |
| HSV(B) | 131.85º | 0.65% | 0.49% | - |
| XYZ | 9.19 | 15.53 | 6.79 | - |
| YUV | 93.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 125 | 60 | 0.65 | 0 | 0.52 | 0.51 | 131.85 | 0.48 | 0.33 |
| Hex | 2C | 7D | 3C | 41 | 0 | 34 | 33 | 84 | 30 | 21 |
| Octal | 54 | 175 | 74 | 101 | 0 | 64 | 63 | 204 | 60 | 41 |
| Binary | 101100 | 1111101 | 111100 | 1000001 | 0 | 110100 | 110011 | 10000100 | 110000 | 100001 |
Color Harmonies of #2C7D3C
Complementary color
Monochromatic Colors of #2C7D3C
Black with #2C7D3C
Text Example
Text Example
White with #2C7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7D3C; }
p { color: rgb(44,125,60); }
H1.HeaderClassName
{
color: #2C7D3C;
}
.AnyTagClassName
{
color: #2C7D3C;
}
</style>
background-color css
<style>
a { background-color: #2C7D3C; }
a { background-color: rgb(44,125,60); }
div.DivClassName
{
background-color: #2C7D3C;
}
.BgClassName
{
background-color: #2C7D3C;
}
</style>
border-color css
<style>
span { border-color: #2C7D3C; }
span { border-color: rgb(44,125,60); }
td.TdClassName
{
border-color: #2C7D3C;
}
.TagClassName
{
border-color: #2C7D3C;
}
</style>