Html Css Color HEX #1D481E Myrtle

📋 copy color: '#1D481E'

red 29 ◦ green 72 ◦ blue 30

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

Shades of Myrtle #1D481E

Tints of Myrtle #1D481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.96%

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 22.14%
G = 54.96%
B = 22.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#1D481E (or 0x1D481E) is known color: Myrtle. HEX triplet: 1D, 48 and 1E. RGB value is (29,72,30). Sum of RGB (Red+Green+Blue) = 29+72+30=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #1D481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D481E is #E2B7E1. Grayscale: #363636. Windows color (decimal): -14858210 or 1984541. OLE color: 1984541.

HSL color Cylindrical-coordinate representation of color #1D481E: hue angle of 121.4º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D481E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 72 30 -
CMYK 0.60 0 0.58 0.72
HSL 121.4º 0.43% 0.2% -
HSV(B) 121.4º 0.6% 0.28% -
XYZ 3.06 4.99 2.03 -
YUV 54.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 29 72 30 0.60 0 0.58 0.72 121.4 0.43 0.2
Hex 1D 48 1E 3C 0 3A 48 79 2B 14
Octal 35 110 36 74 0 72 110 171 53 24
Binary 11101 1001000 11110 111100 0 111010 1001000 1111001 101011 10100

Color Harmonies of #1D481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D481E

Black with #1D481E

Text Example


Text Example

White with #1D481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,72,30); }

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

background-color css

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

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

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

border-color css

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

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

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