Shades of Japanese Laurel #2C7E3A
Tints of Japanese Laurel #2C7E3A
RGB
CMYK
RGB Variations
Color information
#2C7E3A (or 0x2C7E3A) is known color: Japanese Laurel. HEX triplet: 2C, 7E and 3A. RGB value is (44,126,58). Sum of RGB (Red+Green+Blue) = 44+126+58=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7E3A is #D381C5. Grayscale: #5D5D5D. Windows color (decimal): -13861318 or 3833388. OLE color: 3833388.
HSL color Cylindrical-coordinate representation of color #2C7E3A: hue angle of 130.24º 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 #2C7E3A is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 126 | 58 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.51 |
| HSL | 130.24º | 0.48% | 0.33% | - |
| HSV(B) | 130.24º | 0.65% | 0.49% | - |
| XYZ | 9.26 | 15.76 | 6.56 | - |
| YUV | 93.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 126 | 58 | 0.65 | 0 | 0.54 | 0.51 | 130.24 | 0.48 | 0.33 |
| Hex | 2C | 7E | 3A | 41 | 0 | 36 | 33 | 82 | 30 | 21 |
| Octal | 54 | 176 | 72 | 101 | 0 | 66 | 63 | 202 | 60 | 41 |
| Binary | 101100 | 1111110 | 111010 | 1000001 | 0 | 110110 | 110011 | 10000010 | 110000 | 100001 |
Color Harmonies of #2C7E3A
Complementary color
Monochromatic Colors of #2C7E3A
Black with #2C7E3A
Text Example
Text Example
White with #2C7E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7E3A; }
p { color: rgb(44,126,58); }
H1.HeaderClassName
{
color: #2C7E3A;
}
.AnyTagClassName
{
color: #2C7E3A;
}
</style>
background-color css
<style>
a { background-color: #2C7E3A; }
a { background-color: rgb(44,126,58); }
div.DivClassName
{
background-color: #2C7E3A;
}
.BgClassName
{
background-color: #2C7E3A;
}
</style>
border-color css
<style>
span { border-color: #2C7E3A; }
span { border-color: rgb(44,126,58); }
td.TdClassName
{
border-color: #2C7E3A;
}
.TagClassName
{
border-color: #2C7E3A;
}
</style>