#1E4121

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

Shades of Myrtle #1E4121

Tints of Myrtle #1E4121

Color information

#1E4121 (or 0x1E4121) is unknown color: approx Myrtle. HEX triplet: 1E, 41 and 21. RGB value is (30,65,33). Sum of RGB (Red+Green+Blue) = 30+65+33=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4121 is #E1BEDE. Grayscale: #323232. Windows color (decimal): -14794463 or 2179358. OLE color: 2179358.

HSL color Cylindrical-coordinate representation of color #1E4121: hue angle of 125.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4121 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB306533-
CMYK0.5400.490.75
HSL125.14º36.84%18.63%-
HSV(B)125.14º53.85%25.49%-
XYZ2.74.172.1-
YUV50.89117.9113.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=23.44%
G=50.78%
B=25.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065330.5400.490.75125.1436.8418.63
Hex1E4121360314B7d2513
Octal3610141660611131754523
Binary11110100000110000111011001100011001011111110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,33); }

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

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

 a { background-color: rgb(30,65,33); }

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

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

 span { border-color: rgb(30,65,33); }

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