Shades of Japanese Laurel #2C7E2D
Tints of Japanese Laurel #2C7E2D
RGB
CMYK
RGB Variations
Color information
#2C7E2D (or 0x2C7E2D) is known color: Japanese Laurel. HEX triplet: 2C, 7E and 2D. RGB value is (44,126,45). Sum of RGB (Red+Green+Blue) = 44+126+45=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 126 (49.61% from 255 or 58.60% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7E2D is #D381D2. Grayscale: #5C5C5C. Windows color (decimal): -13861331 or 2981420. OLE color: 2981420.
HSL color Cylindrical-coordinate representation of color #2C7E2D: hue angle of 120.73º 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 #2C7E2D is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 126 | 45 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.51 |
| HSL | 120.73º | 0.48% | 0.33% | - |
| HSV(B) | 120.73º | 0.65% | 0.49% | - |
| XYZ | 8.97 | 15.65 | 5.03 | - |
| YUV | 92.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 126 | 45 | 0.65 | 0 | 0.64 | 0.51 | 120.73 | 0.48 | 0.33 |
| Hex | 2C | 7E | 2D | 41 | 0 | 40 | 33 | 79 | 30 | 21 |
| Octal | 54 | 176 | 55 | 101 | 0 | 100 | 63 | 171 | 60 | 41 |
| Binary | 101100 | 1111110 | 101101 | 1000001 | 0 | 1000000 | 110011 | 1111001 | 110000 | 100001 |
Color Harmonies of #2C7E2D
Complementary color
Monochromatic Colors of #2C7E2D
Black with #2C7E2D
Text Example
Text Example
White with #2C7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7E2D; }
p { color: rgb(44,126,45); }
H1.HeaderClassName
{
color: #2C7E2D;
}
.AnyTagClassName
{
color: #2C7E2D;
}
</style>
background-color css
<style>
a { background-color: #2C7E2D; }
a { background-color: rgb(44,126,45); }
div.DivClassName
{
background-color: #2C7E2D;
}
.BgClassName
{
background-color: #2C7E2D;
}
</style>
border-color css
<style>
span { border-color: #2C7E2D; }
span { border-color: rgb(44,126,45); }
td.TdClassName
{
border-color: #2C7E2D;
}
.TagClassName
{
border-color: #2C7E2D;
}
</style>