#1E4F1C

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

Shades of Myrtle #1E4F1C

Tints of Myrtle #1E4F1C

Color information

#1E4F1C (or 0x1E4F1C) is unknown color: approx Myrtle. HEX triplet: 1E, 4F and 1C. RGB value is (30,79,28). Sum of RGB (Red+Green+Blue) = 30+79+28=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F1C is #E1B0E3. Grayscale: #3A3A3A. Windows color (decimal): -14790884 or 1855262. OLE color: 1855262.

HSL color Cylindrical-coordinate representation of color #1E4F1C: hue angle of 117.65º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E4F1C is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB307928-
CMYK0.6200.650.69
HSL117.65º47.66%20.98%-
HSV(B)117.65º64.56%30.98%-
XYZ3.545.952.06-
YUV58.54110.77107.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 79 (31.25% from 255) = 57.66%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=21.90%
G=57.66%
B=20.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3079280.6200.650.69117.6547.6620.98
Hex1E4F1C3E04145763015
Octal36117347601011051666025
Binary11110100111111100111110010000011000101111011011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,79,28); }

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

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

 a { background-color: rgb(30,79,28); }

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

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

 span { border-color: rgb(30,79,28); }

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