Html Css Color HEX #1D500E Myrtle

📋 copy color: '#1D500E'

red 29 ◦ green 80 ◦ blue 14

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

Shades of Myrtle #1D500E

Tints of Myrtle #1D500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.38%

R = 23.58%
G = 65.04%
B = 11.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#1D500E (or 0x1D500E) is known color: Myrtle. HEX triplet: 1D, 50 and 0E. RGB value is (29,80,14). Sum of RGB (Red+Green+Blue) = 29+80+14=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #1D500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D500E is #E2AFF1. Grayscale: #393939. Windows color (decimal): -14856178 or 938013. OLE color: 938013.

HSL color Cylindrical-coordinate representation of color #1D500E: hue angle of 106.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D500E is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 80 14 -
CMYK 0.64 0 0.83 0.69
HSL 106.36º 0.7% 0.18% -
HSV(B) 106.36º 0.83% 0.31% -
XYZ 3.45 6.03 1.4 -
YUV 57.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 29 80 14 0.64 0 0.83 0.69 106.36 0.7 0.18
Hex 1D 50 E 40 0 53 45 6A 46 12
Octal 35 120 16 100 0 123 105 152 106 22
Binary 11101 1010000 1110 1000000 0 1010011 1000101 1101010 1000110 10010

Color Harmonies of #1D500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D500E

Black with #1D500E

Text Example


Text Example

White with #1D500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,80,14); }

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

background-color css

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

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

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

border-color css

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

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

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