Shades of Japanese Laurel #2C8731
Tints of Japanese Laurel #2C8731
RGB
CMYK
RGB Variations
Color information
#2C8731 (or 0x2C8731) is known color: Japanese Laurel. HEX triplet: 2C, 87 and 31. RGB value is (44,135,49). Sum of RGB (Red+Green+Blue) = 44+135+49=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8731 is #D378CE. Grayscale: #626262. Windows color (decimal): -13859023 or 3245868. OLE color: 3245868.
HSL color Cylindrical-coordinate representation of color #2C8731: hue angle of 123.3º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8731 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 49 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.47 |
| HSL | 123.3º | 0.51% | 0.35% | - |
| HSV(B) | 123.3º | 0.67% | 0.53% | - |
| XYZ | 10.26 | 18.09 | 5.86 | - |
| YUV | 97.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 49 | 0.67 | 0 | 0.64 | 0.47 | 123.3 | 0.51 | 0.35 |
| Hex | 2C | 87 | 31 | 43 | 0 | 40 | 2F | 7B | 33 | 23 |
| Octal | 54 | 207 | 61 | 103 | 0 | 100 | 57 | 173 | 63 | 43 |
| Binary | 101100 | 10000111 | 110001 | 1000011 | 0 | 1000000 | 101111 | 1111011 | 110011 | 100011 |
Color Harmonies of #2C8731
Complementary color
Monochromatic Colors of #2C8731
Black with #2C8731
Text Example
Text Example
White with #2C8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8731; }
p { color: rgb(44,135,49); }
H1.HeaderClassName
{
color: #2C8731;
}
.AnyTagClassName
{
color: #2C8731;
}
</style>
background-color css
<style>
a { background-color: #2C8731; }
a { background-color: rgb(44,135,49); }
div.DivClassName
{
background-color: #2C8731;
}
.BgClassName
{
background-color: #2C8731;
}
</style>
border-color css
<style>
span { border-color: #2C8731; }
span { border-color: rgb(44,135,49); }
td.TdClassName
{
border-color: #2C8731;
}
.TagClassName
{
border-color: #2C8731;
}
</style>