#1E3F10

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

Shades of Myrtle #1E3F10

Tints of Myrtle #1E3F10

Color information

#1E3F10 (or 0x1E3F10) is unknown color: approx Myrtle. HEX triplet: 1E, 3F and 10. RGB value is (30,63,16). Sum of RGB (Red+Green+Blue) = 30+63+16=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3F10 is #E1C0EF. Grayscale: #2F2F2F. Windows color (decimal): -14794992 or 1064734. OLE color: 1064734.

HSL color Cylindrical-coordinate representation of color #1E3F10: hue angle of 102.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3F10 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB306316-
CMYK0.5200.750.75
HSL102.13º59.49%15.49%-
HSV(B)102.13º74.6%24.71%-
XYZ2.413.871.11-
YUV47.77110.07115.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.52%
GREEN value IS 63 (25% from 255) = 57.80%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=27.52%
G=57.80%
B=14.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3063160.5200.750.75102.1359.4915.49
Hex1E3F103404B4B663bf
Octal3677206401131131467317
Binary111101111111000011010001001011100101111001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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