Shades of Japanese Laurel #2C8A3C
Tints of Japanese Laurel #2C8A3C
RGB
CMYK
RGB Variations
Color information
#2C8A3C (or 0x2C8A3C) is known color: Japanese Laurel. HEX triplet: 2C, 8A and 3C. RGB value is (44,138,60). Sum of RGB (Red+Green+Blue) = 44+138+60=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8A3C is #D375C3. Grayscale: #656565. Windows color (decimal): -13858244 or 3967532. OLE color: 3967532.
HSL color Cylindrical-coordinate representation of color #2C8A3C: hue angle of 130.21º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8A3C is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 138 | 60 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.46 |
| HSL | 130.21º | 0.52% | 0.36% | - |
| HSV(B) | 130.21º | 0.68% | 0.54% | - |
| XYZ | 10.94 | 19.04 | 7.37 | - |
| YUV | 101 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 60 | 0.68 | 0 | 0.57 | 0.46 | 130.21 | 0.52 | 0.36 |
| Hex | 2C | 8A | 3C | 44 | 0 | 39 | 2E | 82 | 34 | 24 |
| Octal | 54 | 212 | 74 | 104 | 0 | 71 | 56 | 202 | 64 | 44 |
| Binary | 101100 | 10001010 | 111100 | 1000100 | 0 | 111001 | 101110 | 10000010 | 110100 | 100100 |
Color Harmonies of #2C8A3C
Complementary color
Monochromatic Colors of #2C8A3C
Black with #2C8A3C
Text Example
Text Example
White with #2C8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8A3C; }
p { color: rgb(44,138,60); }
H1.HeaderClassName
{
color: #2C8A3C;
}
.AnyTagClassName
{
color: #2C8A3C;
}
</style>
background-color css
<style>
a { background-color: #2C8A3C; }
a { background-color: rgb(44,138,60); }
div.DivClassName
{
background-color: #2C8A3C;
}
.BgClassName
{
background-color: #2C8A3C;
}
</style>
border-color css
<style>
span { border-color: #2C8A3C; }
span { border-color: rgb(44,138,60); }
td.TdClassName
{
border-color: #2C8A3C;
}
.TagClassName
{
border-color: #2C8A3C;
}
</style>