Shades of Japanese Laurel #2C7A3B
Tints of Japanese Laurel #2C7A3B
RGB
CMYK
RGB Variations
Color information
#2C7A3B (or 0x2C7A3B) is known color: Japanese Laurel. HEX triplet: 2C, 7A and 3B. RGB value is (44,122,59). Sum of RGB (Red+Green+Blue) = 44+122+59=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7A3B is #D385C4. Grayscale: #5B5B5B. Windows color (decimal): -13862341 or 3897900. OLE color: 3897900.
HSL color Cylindrical-coordinate representation of color #2C7A3B: hue angle of 131.54º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7A3B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 122 | 59 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.52 |
| HSL | 131.54º | 0.47% | 0.33% | - |
| HSV(B) | 131.54º | 0.64% | 0.48% | - |
| XYZ | 8.79 | 14.77 | 6.53 | - |
| YUV | 91.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 59 | 0.64 | 0 | 0.52 | 0.52 | 131.54 | 0.47 | 0.33 |
| Hex | 2C | 7A | 3B | 40 | 0 | 34 | 34 | 84 | 2F | 21 |
| Octal | 54 | 172 | 73 | 100 | 0 | 64 | 64 | 204 | 57 | 41 |
| Binary | 101100 | 1111010 | 111011 | 1000000 | 0 | 110100 | 110100 | 10000100 | 101111 | 100001 |
Color Harmonies of #2C7A3B
Complementary color
Monochromatic Colors of #2C7A3B
Black with #2C7A3B
Text Example
Text Example
White with #2C7A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7A3B; }
p { color: rgb(44,122,59); }
H1.HeaderClassName
{
color: #2C7A3B;
}
.AnyTagClassName
{
color: #2C7A3B;
}
</style>
background-color css
<style>
a { background-color: #2C7A3B; }
a { background-color: rgb(44,122,59); }
div.DivClassName
{
background-color: #2C7A3B;
}
.BgClassName
{
background-color: #2C7A3B;
}
</style>
border-color css
<style>
span { border-color: #2C7A3B; }
span { border-color: rgb(44,122,59); }
td.TdClassName
{
border-color: #2C7A3B;
}
.TagClassName
{
border-color: #2C7A3B;
}
</style>