#1D5C1E

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

Shades of Myrtle #1D5C1E

Tints of Myrtle #1D5C1E

Color information

#1D5C1E (or 0x1D5C1E) is unknown color: approx Myrtle. HEX triplet: 1D, 5C and 1E. RGB value is (29,92,30). Sum of RGB (Red+Green+Blue) = 29+92+30=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 92 (36.33% from 255 or 60.93% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5C1E is #E2A3E1. Grayscale: #424242. Windows color (decimal): -14853090 or 1989661. OLE color: 1989661.

HSL color Cylindrical-coordinate representation of color #1D5C1E: hue angle of 120.95º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5C1E is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB299230-
CMYK0.6800.670.64
HSL120.95º52.07%23.73%-
HSV(B)120.95º68.48%36.08%-
XYZ4.578.012.53-
YUV66.1107.63101.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 92 (36.33% from 255) = 60.93%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=19.21%
G=60.93%
B=19.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2992300.6800.670.64120.9552.0723.73
Hex1D5C1E4404340793418
Octal351343610401031001716430
Binary111011011100111101000100010000111000000111100111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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