Html Css Color HEX #1E420D Myrtle

📋 copy color: '#1E420D'

red 30 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #1E420D

Tints of Myrtle #1E420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60.55%

 BLUE value IS 13 (5.47% from 255) = 11.93%

R = 27.52%
G = 60.55%
B = 11.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#1E420D (or 0x1E420D) is known color: Myrtle. HEX triplet: 1E, 42 and 0D. RGB value is (30,66,13). Sum of RGB (Red+Green+Blue) = 30+66+13=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #1E420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E420D is #E1BDF2. Grayscale: #313131. Windows color (decimal): -14794227 or 868894. OLE color: 868894.

HSL color Cylindrical-coordinate representation of color #1E420D: hue angle of 100.75º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E420D is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 30 66 13 -
CMYK 0.55 0 0.80 0.74
HSL 100.75º 0.67% 0.15% -
HSV(B) 100.75º 0.8% 0.26% -
XYZ 2.56 4.2 1.06 -
YUV 49.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 30 66 13 0.55 0 0.80 0.74 100.75 0.67 0.15
Hex 1E 42 D 37 0 50 4A 65 43 F
Octal 36 102 15 67 0 120 112 145 103 17
Binary 11110 1000010 1101 110111 0 1010000 1001010 1100101 1000011 1111

Color Harmonies of #1E420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E420D

Black with #1E420D

Text Example


Text Example

White with #1E420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,13); }

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

background-color css

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

 a { background-color: rgb(30,66,13); }

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

border-color css

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

 span { border-color: rgb(30,66,13); }

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