Html Css Color HEX #1E5014 Myrtle

📋 copy color: '#1E5014'

red 30 ◦ green 80 ◦ blue 20

#1E5014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #1E5014

Tints of Myrtle #1E5014

RGB

 RED value IS 30 (12.11% from 255) = 23.08%

 GREEN value IS 80 (31.64% from 255) = 61.54%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 23.08%
G = 61.54%
B = 15.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#1E5014 (or 0x1E5014) is known color: Myrtle. HEX triplet: 1E, 50 and 14. RGB value is (30,80,20). Sum of RGB (Red+Green+Blue) = 30+80+20=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5014 is #E1AFEB. Grayscale: #3A3A3A. Windows color (decimal): -14790636 or 1331230. OLE color: 1331230.

HSL color Cylindrical-coordinate representation of color #1E5014: hue angle of 110º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5014 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 80 20 -
CMYK 0.62 0 0.75 0.69
HSL 110º 0.6% 0.2% -
HSV(B) 110º 0.75% 0.31% -
XYZ 3.53 6.06 1.65 -
YUV 58.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 30 80 20 0.62 0 0.75 0.69 110 0.6 0.2
Hex 1E 50 14 3E 0 4B 45 6E 3C 14
Octal 36 120 24 76 0 113 105 156 74 24
Binary 11110 1010000 10100 111110 0 1001011 1000101 1101110 111100 10100

Color Harmonies of #1E5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5014

Black with #1E5014

Text Example


Text Example

White with #1E5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5014;
 }
 .AnyTagClassName
 {
   color: #1E5014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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