Html Css Color HEX #1E421D Myrtle

📋 copy color: '#1E421D'

red 30 ◦ green 66 ◦ blue 29

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

Shades of Myrtle #1E421D

Tints of Myrtle #1E421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 24%
G = 52.8%
B = 23.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#1E421D (or 0x1E421D) is known color: Myrtle. HEX triplet: 1E, 42 and 1D. RGB value is (30,66,29). Sum of RGB (Red+Green+Blue) = 30+66+29=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #1E421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E421D is #E1BDE2. Grayscale: #333333. Windows color (decimal): -14794211 or 1917470. OLE color: 1917470.

HSL color Cylindrical-coordinate representation of color #1E421D: hue angle of 118.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E421D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 30 66 29 -
CMYK 0.55 0 0.56 0.74
HSL 118.38º 0.39% 0.19% -
HSV(B) 118.38º 0.56% 0.26% -
XYZ 2.71 4.26 1.84 -
YUV 51.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 30 66 29 0.55 0 0.56 0.74 118.38 0.39 0.19
Hex 1E 42 1D 37 0 38 4A 76 27 13
Octal 36 102 35 67 0 70 112 166 47 23
Binary 11110 1000010 11101 110111 0 111000 1001010 1110110 100111 10011

Color Harmonies of #1E421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E421D

Black with #1E421D

Text Example


Text Example

White with #1E421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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