Shades of Japanese Laurel #2C823E
Tints of Japanese Laurel #2C823E
RGB
CMYK
RGB Variations
Color information
#2C823E (or 0x2C823E) is known color: Japanese Laurel. HEX triplet: 2C, 82 and 3E. RGB value is (44,130,62). Sum of RGB (Red+Green+Blue) = 44+130+62=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #2C823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C823E is #D37DC1. Grayscale: #606060. Windows color (decimal): -13860290 or 4096556. OLE color: 4096556.
HSL color Cylindrical-coordinate representation of color #2C823E: hue angle of 132.56º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C823E is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 130 | 62 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.49 |
| HSL | 132.56º | 0.49% | 0.34% | - |
| HSV(B) | 132.56º | 0.66% | 0.51% | - |
| XYZ | 9.89 | 16.85 | 7.29 | - |
| YUV | 96.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 62 | 0.66 | 0 | 0.52 | 0.49 | 132.56 | 0.49 | 0.34 |
| Hex | 2C | 82 | 3E | 42 | 0 | 34 | 31 | 85 | 31 | 22 |
| Octal | 54 | 202 | 76 | 102 | 0 | 64 | 61 | 205 | 61 | 42 |
| Binary | 101100 | 10000010 | 111110 | 1000010 | 0 | 110100 | 110001 | 10000101 | 110001 | 100010 |
Color Harmonies of #2C823E
Complementary color
Monochromatic Colors of #2C823E
Black with #2C823E
Text Example
Text Example
White with #2C823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C823E; }
p { color: rgb(44,130,62); }
H1.HeaderClassName
{
color: #2C823E;
}
.AnyTagClassName
{
color: #2C823E;
}
</style>
background-color css
<style>
a { background-color: #2C823E; }
a { background-color: rgb(44,130,62); }
div.DivClassName
{
background-color: #2C823E;
}
.BgClassName
{
background-color: #2C823E;
}
</style>
border-color css
<style>
span { border-color: #2C823E; }
span { border-color: rgb(44,130,62); }
td.TdClassName
{
border-color: #2C823E;
}
.TagClassName
{
border-color: #2C823E;
}
</style>