Html Css Color HEX #1D5A14 Myrtle

📋 copy color: '#1D5A14'

red 29 ◦ green 90 ◦ blue 20

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

Shades of Myrtle #1D5A14

Tints of Myrtle #1D5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 64.75%

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

R = 20.86%
G = 64.75%
B = 14.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#1D5A14 (or 0x1D5A14) is known color: Myrtle. HEX triplet: 1D, 5A and 14. RGB value is (29,90,20). Sum of RGB (Red+Green+Blue) = 29+90+20=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5A14 is #E2A5EB. Grayscale: #404040. Windows color (decimal): -14853612 or 1333789. OLE color: 1333789.

HSL color Cylindrical-coordinate representation of color #1D5A14: hue angle of 112.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D5A14 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 90 20 -
CMYK 0.68 0 0.78 0.65
HSL 112.29º 0.64% 0.22% -
HSV(B) 112.29º 0.78% 0.35% -
XYZ 4.29 7.62 1.91 -
YUV 63.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 29 90 20 0.68 0 0.78 0.65 112.29 0.64 0.22
Hex 1D 5A 14 44 0 4E 41 70 40 16
Octal 35 132 24 104 0 116 101 160 100 26
Binary 11101 1011010 10100 1000100 0 1001110 1000001 1110000 1000000 10110

Color Harmonies of #1D5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5A14

Black with #1D5A14

Text Example


Text Example

White with #1D5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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