Shades of Japanese Laurel #2A7C36
Tints of Japanese Laurel #2A7C36
RGB
CMYK
RGB Variations
Color information
#2A7C36 (or 0x2A7C36) is known color: Japanese Laurel. HEX triplet: 2A, 7C and 36. RGB value is (42,124,54). Sum of RGB (Red+Green+Blue) = 42+124+54=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C36 is #D583C9. Grayscale: #5B5B5B. Windows color (decimal): -13992906 or 3570730. OLE color: 3570730.
HSL color Cylindrical-coordinate representation of color #2A7C36: hue angle of 128.78º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C36 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 54 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.51 |
| HSL | 128.78º | 0.49% | 0.33% | - |
| HSV(B) | 128.78º | 0.66% | 0.49% | - |
| XYZ | 8.83 | 15.17 | 5.95 | - |
| YUV | 91.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 54 | 0.66 | 0 | 0.56 | 0.51 | 128.78 | 0.49 | 0.33 |
| Hex | 2A | 7C | 36 | 42 | 0 | 38 | 33 | 81 | 31 | 21 |
| Octal | 52 | 174 | 66 | 102 | 0 | 70 | 63 | 201 | 61 | 41 |
| Binary | 101010 | 1111100 | 110110 | 1000010 | 0 | 111000 | 110011 | 10000001 | 110001 | 100001 |
Color Harmonies of #2A7C36
Complementary color
Monochromatic Colors of #2A7C36
Black with #2A7C36
Text Example
Text Example
White with #2A7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C36; }
p { color: rgb(42,124,54); }
H1.HeaderClassName
{
color: #2A7C36;
}
.AnyTagClassName
{
color: #2A7C36;
}
</style>
background-color css
<style>
a { background-color: #2A7C36; }
a { background-color: rgb(42,124,54); }
div.DivClassName
{
background-color: #2A7C36;
}
.BgClassName
{
background-color: #2A7C36;
}
</style>
border-color css
<style>
span { border-color: #2A7C36; }
span { border-color: rgb(42,124,54); }
td.TdClassName
{
border-color: #2A7C36;
}
.TagClassName
{
border-color: #2A7C36;
}
</style>