#1E7C2C

Color #1E7C2C Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #1E7C2C

Tints of Japanese Laurel #1E7C2C

Color information

#1E7C2C (or 0x1E7C2C) is unknown color: approx Japanese Laurel. HEX triplet: 1E, 7C and 2C. RGB value is (30,124,44). Sum of RGB (Red+Green+Blue) = 30+124+44=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7C2C is #E183D3. Grayscale: #575757. Windows color (decimal): -14779348 or 2915358. OLE color: 2915358.

HSL color Cylindrical-coordinate representation of color #1E7C2C: hue angle of 128.94º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C2C is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB3012444-
CMYK0.7600.650.51
HSL128.94º61.04%30.2%-
HSV(B)128.94º75.81%48.63%-
XYZ8.214.874.82-
YUV86.77103.8687.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 15.15%
GREEN value IS 124 (48.83% from 255) = 62.63%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=15.15%
G=62.63%
B=22.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30124440.7600.650.51128.9461.0430.2
Hex1E7C2C4C04133813d1e
Octal36174541140101632017536
Binary1111011111001011001001100010000011100111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E7C2C; }

 p { color: rgb(30,124,44); }

 H1.HeaderClassName
 {
   color: #1E7C2C;
 }
 .AnyTagClassName
 {
   color: #1E7C2C;
 }
</style>
background-color css

<style>
 a { background-color: #1E7C2C; }

 a { background-color: rgb(30,124,44); }

 div.DivClassName
 {
   background-color: #1E7C2C;
 }
 .BgClassName
 {
   background-color: #1E7C2C;
 }
</style>
border-color css

<style>
 span { border-color: #1E7C2C; }

 span { border-color: rgb(30,124,44); }

 td.TdClassName
 {
   border-color: #1E7C2C;
 }
 .TagClassName
 {
   border-color: #1E7C2C;
 }
</style>