#1E5010

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

Shades of Myrtle #1E5010

Tints of Myrtle #1E5010

Color information

#1E5010 (or 0x1E5010) is unknown color: approx Myrtle. HEX triplet: 1E, 50 and 10. RGB value is (30,80,16). Sum of RGB (Red+Green+Blue) = 30+80+16=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5010 is #E1AFEF. Grayscale: #393939. Windows color (decimal): -14790640 or 1069086. OLE color: 1069086.

HSL color Cylindrical-coordinate representation of color #1E5010: hue angle of 106.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5010 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB308016-
CMYK0.6200.800.69
HSL106.88º66.67%18.82%-
HSV(B)106.88º80%31.37%-
XYZ3.56.051.47-
YUV57.75104.44108.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.81%
GREEN value IS 80 (31.64% from 255) = 63.49%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=23.81%
G=63.49%
B=12.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3080160.6200.800.69106.8866.6718.82
Hex1E50103E050456b4313
Octal361202076012010515310323
Binary111101010000100001111100101000010001011101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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