Html Css Color HEX #1D6013 Myrtle

📋 copy color: '#1D6013'

red 29 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #1D6013

Tints of Myrtle #1D6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 66.67%

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 20.14%
G = 66.67%
B = 13.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#1D6013 (or 0x1D6013) is known color: Myrtle. HEX triplet: 1D, 60 and 13. RGB value is (29,96,19). Sum of RGB (Red+Green+Blue) = 29+96+19=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6013 is #E29FEC. Grayscale: #434343. Windows color (decimal): -14852077 or 1269789. OLE color: 1269789.

HSL color Cylindrical-coordinate representation of color #1D6013: hue angle of 112.21º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6013 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 29 96 19 -
CMYK 0.70 0 0.80 0.62
HSL 112.21º 0.67% 0.23% -
HSV(B) 112.21º 0.8% 0.38% -
XYZ 4.81 8.67 2.04 -
YUV 67.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 29 96 19 0.70 0 0.80 0.62 112.21 0.67 0.23
Hex 1D 60 13 46 0 50 3E 70 43 17
Octal 35 140 23 106 0 120 76 160 103 27
Binary 11101 1100000 10011 1000110 0 1010000 111110 1110000 1000011 10111

Color Harmonies of #1D6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6013

Black with #1D6013

Text Example


Text Example

White with #1D6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,96,19); }

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

background-color css

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

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

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

border-color css

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

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

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