#1D531E

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

Shades of Myrtle #1D531E

Tints of Myrtle #1D531E

Color information

#1D531E (or 0x1D531E) is unknown color: approx Myrtle. HEX triplet: 1D, 53 and 1E. RGB value is (29,83,30). Sum of RGB (Red+Green+Blue) = 29+83+30=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #1D531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D531E is #E2ACE1. Grayscale: #3C3C3C. Windows color (decimal): -14855394 or 1987357. OLE color: 1987357.

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

Color convert

RGB298330-
CMYK0.6500.640.67
HSL121.11º48.21%21.96%-
HSV(B)121.11º65.06%32.55%-
XYZ3.836.542.29-
YUV60.81110.61105.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=20.42%
G=58.45%
B=21.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983300.6500.640.67121.1148.2121.96
Hex1D531E4104043793016
Octal351233610101001031716026
Binary111011010011111101000001010000001000011111100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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