#1D4902

Color #1D4902 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #1D4902

Tints of Myrtle #1D4902

Color information

#1D4902 (or 0x1D4902) is unknown color: approx Myrtle. HEX triplet: 1D, 49 and 02. RGB value is (29,73,2). Sum of RGB (Red+Green+Blue) = 29+73+2=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #1D4902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4902 is #E2B6FD. Grayscale: #333333. Windows color (decimal): -14857982 or 149789. OLE color: 149789.

HSL color Cylindrical-coordinate representation of color #1D4902: hue angle of 97.18º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D4902 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB29732-
CMYK0.6000.970.71
HSL97.18º94.67%14.71%-
HSV(B)97.18º97.26%28.63%-
XYZ2.95.030.88-
YUV51.7599.92111.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 73 (28.91% from 255) = 70.19%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=27.88%
G=70.19%
B=1.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal297320.6000.970.7197.1894.6714.71
Hex1D4923C06147615ff
Octal35111274014110714113717
Binary11101100100110111100011000011000111110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,73,2); }

 H1.HeaderClassName
 {
   color: #1D4902;
 }
 .AnyTagClassName
 {
   color: #1D4902;
 }
</style>
background-color css

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

 a { background-color: rgb(29,73,2); }

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

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

 span { border-color: rgb(29,73,2); }

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