Html Css Color HEX #1E5001 Myrtle

📋 copy color: '#1E5001'

red 30 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #1E5001

Tints of Myrtle #1E5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.9%

R = 27.03%
G = 72.07%
B = 0.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#1E5001 (or 0x1E5001) is known color: Myrtle. HEX triplet: 1E, 50 and 01. RGB value is (30,80,1). Sum of RGB (Red+Green+Blue) = 30+80+1=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5001 is #E1AFFE. Grayscale: #383838. Windows color (decimal): -14790655 or 86046. OLE color: 86046.

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

Color convert

RGB 30 80 1 -
CMYK 0.62 0 0.99 0.69
HSL 97.97º 0.98% 0.16% -
HSV(B) 97.97º 0.99% 0.31% -
XYZ 3.41 6.02 1.01 -
YUV 56.04 96.94 109.42 -
System Red Green Blue C M Y K H S L
Decimal 30 80 1 0.62 0 0.99 0.69 97.97 0.98 0.16
Hex 1E 50 1 3E 0 63 45 62 62 10
Octal 36 120 1 76 0 143 105 142 142 20
Binary 11110 1010000 1 111110 0 1100011 1000101 1100010 1100010 10000

Color Harmonies of #1E5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5001

Black with #1E5001

Text Example


Text Example

White with #1E5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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