#1E6210

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

Shades of Myrtle #1E6210

Tints of Myrtle #1E6210

Color information

#1E6210 (or 0x1E6210) is unknown color: approx Myrtle. HEX triplet: 1E, 62 and 10. RGB value is (30,98,16). Sum of RGB (Red+Green+Blue) = 30+98+16=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6210 is #E19DEF. Grayscale: #444444. Windows color (decimal): -14786032 or 1073694. OLE color: 1073694.

HSL color Cylindrical-coordinate representation of color #1E6210: hue angle of 109.76º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E6210 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB309816-
CMYK0.6900.840.62
HSL109.76º71.93%22.35%-
HSV(B)109.76º83.67%38.43%-
XYZ59.051.97-
YUV68.3298.47100.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.83%
GREEN value IS 98 (38.67% from 255) = 68.06%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=20.83%
G=68.06%
B=11.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3098160.6900.840.62109.7671.9322.35
Hex1E6210450543E6e4816
Octal361422010501247615611026
Binary111101100010100001000101010101001111101101110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,98,16); }

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

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

 a { background-color: rgb(30,98,16); }

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

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

 span { border-color: rgb(30,98,16); }

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