Shades of Japanese Laurel #2C8734
Tints of Japanese Laurel #2C8734
RGB
CMYK
RGB Variations
Color information
#2C8734 (or 0x2C8734) is known color: Japanese Laurel. HEX triplet: 2C, 87 and 34. RGB value is (44,135,52). Sum of RGB (Red+Green+Blue) = 44+135+52=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8734 is #D378CB. Grayscale: #626262. Windows color (decimal): -13859020 or 3442476. OLE color: 3442476.
HSL color Cylindrical-coordinate representation of color #2C8734: hue angle of 125.27º 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 #2C8734 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 52 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.47 |
| HSL | 125.27º | 0.51% | 0.35% | - |
| HSV(B) | 125.27º | 0.67% | 0.53% | - |
| XYZ | 10.32 | 18.11 | 6.2 | - |
| YUV | 98.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 52 | 0.67 | 0 | 0.61 | 0.47 | 125.27 | 0.51 | 0.35 |
| Hex | 2C | 87 | 34 | 43 | 0 | 3D | 2F | 7D | 33 | 23 |
| Octal | 54 | 207 | 64 | 103 | 0 | 75 | 57 | 175 | 63 | 43 |
| Binary | 101100 | 10000111 | 110100 | 1000011 | 0 | 111101 | 101111 | 1111101 | 110011 | 100011 |
Color Harmonies of #2C8734
Complementary color
Monochromatic Colors of #2C8734
Black with #2C8734
Text Example
Text Example
White with #2C8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8734; }
p { color: rgb(44,135,52); }
H1.HeaderClassName
{
color: #2C8734;
}
.AnyTagClassName
{
color: #2C8734;
}
</style>
background-color css
<style>
a { background-color: #2C8734; }
a { background-color: rgb(44,135,52); }
div.DivClassName
{
background-color: #2C8734;
}
.BgClassName
{
background-color: #2C8734;
}
</style>
border-color css
<style>
span { border-color: #2C8734; }
span { border-color: rgb(44,135,52); }
td.TdClassName
{
border-color: #2C8734;
}
.TagClassName
{
border-color: #2C8734;
}
</style>