#1E7D2D

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

Shades of Japanese Laurel #1E7D2D

Tints of Japanese Laurel #1E7D2D

Color information

#1E7D2D (or 0x1E7D2D) is unknown color: approx Japanese Laurel. HEX triplet: 1E, 7D and 2D. RGB value is (30,125,45). Sum of RGB (Red+Green+Blue) = 30+125+45=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #1E7D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7D2D is #E182D2. Grayscale: #575757. Windows color (decimal): -14779091 or 2981150. OLE color: 2981150.

HSL color Cylindrical-coordinate representation of color #1E7D2D: hue angle of 129.47º 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 #1E7D2D is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB3012545-
CMYK0.7600.640.51
HSL129.47º61.29%30.39%-
HSV(B)129.47º76%49.02%-
XYZ8.3415.134.96-
YUV87.48104.0387-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15%
GREEN value IS 125 (49.22% from 255) = 62.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=15%
G=62.5%
B=22.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30125450.7600.640.51129.4761.2930.39
Hex1E7D2D4C04033813d1e
Octal36175551140100632017536
Binary1111011111011011011001100010000001100111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,125,45); }

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

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

 a { background-color: rgb(30,125,45); }

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

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

 span { border-color: rgb(30,125,45); }

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