#1E600B

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

Shades of Myrtle #1E600B

Tints of Myrtle #1E600B

Color information

#1E600B (or 0x1E600B) is unknown color: approx Myrtle. HEX triplet: 1E, 60 and 0B. RGB value is (30,96,11). Sum of RGB (Red+Green+Blue) = 30+96+11=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #1E600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E600B is #E19FF4. Grayscale: #424242. Windows color (decimal): -14786549 or 745502. OLE color: 745502.

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

Color convert

RGB309611-
CMYK0.6900.890.62
HSL106.59º79.44%20.98%-
HSV(B)106.59º88.54%37.65%-
XYZ4.788.671.74-
YUV66.5896.63101.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 96 (37.89% from 255) = 70.07%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=21.90%
G=70.07%
B=8.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096110.6900.890.62106.5979.4420.98
Hex1E60B450593E6b4f15
Octal361401310501317615311725
Binary11110110000010111000101010110011111101101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,11); }

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

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

 a { background-color: rgb(30,96,11); }

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

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

 span { border-color: rgb(30,96,11); }

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