Html Css Color HEX #1D421D Myrtle

📋 copy color: '#1D421D'

red 29 ◦ green 66 ◦ blue 29

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

Shades of Myrtle #1D421D

Tints of Myrtle #1D421D

RGB

 RED value IS 29 (11.72% from 255) = 23.39%

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

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

R = 23.39%
G = 53.23%
B = 23.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#1D421D (or 0x1D421D) is known color: Myrtle. HEX triplet: 1D, 42 and 1D. RGB value is (29,66,29). Sum of RGB (Red+Green+Blue) = 29+66+29=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #1D421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D421D is #E2BDE2. Grayscale: #323232. Windows color (decimal): -14859747 or 1917469. OLE color: 1917469.

HSL color Cylindrical-coordinate representation of color #1D421D: hue angle of 120º 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 #1D421D is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 29 66 29 -
CMYK 0.56 0 0.56 0.74
HSL 120º 0.39% 0.19% -
HSV(B) 120º 0.56% 0.26% -
XYZ 2.68 4.25 1.84 -
YUV 50.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 29 66 29 0.56 0 0.56 0.74 120 0.39 0.19
Hex 1D 42 1D 38 0 38 4A 78 27 13
Octal 35 102 35 70 0 70 112 170 47 23
Binary 11101 1000010 11101 111000 0 111000 1001010 1111000 100111 10011

Color Harmonies of #1D421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D421D

Black with #1D421D

Text Example


Text Example

White with #1D421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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