Shades of Japanese Laurel #1F7C2D
Tints of Japanese Laurel #1F7C2D
RGB
CMYK
RGB Variations
Color information
#1F7C2D (or 0x1F7C2D) is known color: Japanese Laurel. HEX triplet: 1F, 7C and 2D. RGB value is (31,124,45). Sum of RGB (Red+Green+Blue) = 31+124+45=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C2D is #E083D2. Grayscale: #575757. Windows color (decimal): -14713811 or 2980895. OLE color: 2980895.
HSL color Cylindrical-coordinate representation of color #1F7C2D: hue angle of 129.03º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C2D is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 45 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.51 |
| HSL | 129.03º | 0.6% | 0.3% | - |
| HSV(B) | 129.03º | 0.75% | 0.49% | - |
| XYZ | 8.25 | 14.9 | 4.92 | - |
| YUV | 87.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 45 | 0.75 | 0 | 0.64 | 0.51 | 129.03 | 0.6 | 0.3 |
| Hex | 1F | 7C | 2D | 4B | 0 | 40 | 33 | 81 | 3C | 1E |
| Octal | 37 | 174 | 55 | 113 | 0 | 100 | 63 | 201 | 74 | 36 |
| Binary | 11111 | 1111100 | 101101 | 1001011 | 0 | 1000000 | 110011 | 10000001 | 111100 | 11110 |
Color Harmonies of #1F7C2D
Complementary color
Monochromatic Colors of #1F7C2D
Black with #1F7C2D
Text Example
Text Example
White with #1F7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C2D; }
p { color: rgb(31,124,45); }
H1.HeaderClassName
{
color: #1F7C2D;
}
.AnyTagClassName
{
color: #1F7C2D;
}
</style>
background-color css
<style>
a { background-color: #1F7C2D; }
a { background-color: rgb(31,124,45); }
div.DivClassName
{
background-color: #1F7C2D;
}
.BgClassName
{
background-color: #1F7C2D;
}
</style>
border-color css
<style>
span { border-color: #1F7C2D; }
span { border-color: rgb(31,124,45); }
td.TdClassName
{
border-color: #1F7C2D;
}
.TagClassName
{
border-color: #1F7C2D;
}
</style>