Shades of Japanese Laurel #2C8232
Tints of Japanese Laurel #2C8232
RGB
CMYK
RGB Variations
Color information
#2C8232 (or 0x2C8232) is known color: Japanese Laurel. HEX triplet: 2C, 82 and 32. RGB value is (44,130,50). Sum of RGB (Red+Green+Blue) = 44+130+50=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8232 is #D37DCD. Grayscale: #5F5F5F. Windows color (decimal): -13860302 or 3310124. OLE color: 3310124.
HSL color Cylindrical-coordinate representation of color #2C8232: hue angle of 124.19º 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 #2C8232 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 130 | 50 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.49 |
| HSL | 124.19º | 0.49% | 0.34% | - |
| HSV(B) | 124.19º | 0.66% | 0.51% | - |
| XYZ | 9.6 | 16.73 | 5.74 | - |
| YUV | 95.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 50 | 0.66 | 0 | 0.62 | 0.49 | 124.19 | 0.49 | 0.34 |
| Hex | 2C | 82 | 32 | 42 | 0 | 3E | 31 | 7C | 31 | 22 |
| Octal | 54 | 202 | 62 | 102 | 0 | 76 | 61 | 174 | 61 | 42 |
| Binary | 101100 | 10000010 | 110010 | 1000010 | 0 | 111110 | 110001 | 1111100 | 110001 | 100010 |
Color Harmonies of #2C8232
Complementary color
Monochromatic Colors of #2C8232
Black with #2C8232
Text Example
Text Example
White with #2C8232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8232; }
p { color: rgb(44,130,50); }
H1.HeaderClassName
{
color: #2C8232;
}
.AnyTagClassName
{
color: #2C8232;
}
</style>
background-color css
<style>
a { background-color: #2C8232; }
a { background-color: rgb(44,130,50); }
div.DivClassName
{
background-color: #2C8232;
}
.BgClassName
{
background-color: #2C8232;
}
</style>
border-color css
<style>
span { border-color: #2C8232; }
span { border-color: rgb(44,130,50); }
td.TdClassName
{
border-color: #2C8232;
}
.TagClassName
{
border-color: #2C8232;
}
</style>