Html Css Color HEX #1D5014 Myrtle

📋 copy color: '#1D5014'

red 29 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #1D5014

Tints of Myrtle #1D5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 22.48%
G = 62.02%
B = 15.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#1D5014 (or 0x1D5014) is known color: Myrtle. HEX triplet: 1D, 50 and 14. RGB value is (29,80,20). Sum of RGB (Red+Green+Blue) = 29+80+20=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5014 is #E2AFEB. Grayscale: #3A3A3A. Windows color (decimal): -14856172 or 1331229. OLE color: 1331229.

HSL color Cylindrical-coordinate representation of color #1D5014: hue angle of 111º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5014 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 80 20 -
CMYK 0.64 0 0.75 0.69
HSL 111º 0.6% 0.2% -
HSV(B) 111º 0.75% 0.31% -
XYZ 3.5 6.05 1.64 -
YUV 57.91 106.6 107.38 -
System Red Green Blue C M Y K H S L
Decimal 29 80 20 0.64 0 0.75 0.69 111 0.6 0.2
Hex 1D 50 14 40 0 4B 45 6F 3C 14
Octal 35 120 24 100 0 113 105 157 74 24
Binary 11101 1010000 10100 1000000 0 1001011 1000101 1101111 111100 10100

Color Harmonies of #1D5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5014

Black with #1D5014

Text Example


Text Example

White with #1D5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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