Shades of Japanese Laurel #2C8A3D
Tints of Japanese Laurel #2C8A3D
RGB
CMYK
RGB Variations
Color information
#2C8A3D (or 0x2C8A3D) is known color: Japanese Laurel. HEX triplet: 2C, 8A and 3D. RGB value is (44,138,61). Sum of RGB (Red+Green+Blue) = 44+138+61=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8A3D is #D375C2. Grayscale: #656565. Windows color (decimal): -13858243 or 4033068. OLE color: 4033068.
HSL color Cylindrical-coordinate representation of color #2C8A3D: hue angle of 130.85º 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 #2C8A3D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 138 | 61 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.46 |
| HSL | 130.85º | 0.52% | 0.36% | - |
| HSV(B) | 130.85º | 0.68% | 0.54% | - |
| XYZ | 10.97 | 19.05 | 7.51 | - |
| YUV | 101.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 61 | 0.68 | 0 | 0.56 | 0.46 | 130.85 | 0.52 | 0.36 |
| Hex | 2C | 8A | 3D | 44 | 0 | 38 | 2E | 83 | 34 | 24 |
| Octal | 54 | 212 | 75 | 104 | 0 | 70 | 56 | 203 | 64 | 44 |
| Binary | 101100 | 10001010 | 111101 | 1000100 | 0 | 111000 | 101110 | 10000011 | 110100 | 100100 |
Color Harmonies of #2C8A3D
Complementary color
Monochromatic Colors of #2C8A3D
Black with #2C8A3D
Text Example
Text Example
White with #2C8A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8A3D; }
p { color: rgb(44,138,61); }
H1.HeaderClassName
{
color: #2C8A3D;
}
.AnyTagClassName
{
color: #2C8A3D;
}
</style>
background-color css
<style>
a { background-color: #2C8A3D; }
a { background-color: rgb(44,138,61); }
div.DivClassName
{
background-color: #2C8A3D;
}
.BgClassName
{
background-color: #2C8A3D;
}
</style>
border-color css
<style>
span { border-color: #2C8A3D; }
span { border-color: rgb(44,138,61); }
td.TdClassName
{
border-color: #2C8A3D;
}
.TagClassName
{
border-color: #2C8A3D;
}
</style>