#1D5702

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

Shades of Myrtle #1D5702

Tints of Myrtle #1D5702

Color information

#1D5702 (or 0x1D5702) is unknown color: approx Myrtle. HEX triplet: 1D, 57 and 02. RGB value is (29,87,2). Sum of RGB (Red+Green+Blue) = 29+87+2=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 87 (34.38% from 255 or 73.73% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 87 - color contains mainly: green. Hex color #1D5702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5702 is #E2A8FD. Grayscale: #3C3C3C. Windows color (decimal): -14854398 or 153373. OLE color: 153373.

HSL color Cylindrical-coordinate representation of color #1D5702: hue angle of 100.94º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D5702 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB29872-
CMYK0.6700.980.66
HSL100.94º95.51%17.45%-
HSV(B)100.94º97.7%34.12%-
XYZ3.937.081.22-
YUV59.9795.28105.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.58%
GREEN value IS 87 (34.38% from 255) = 73.73%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=24.58%
G=73.73%
B=1.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal298720.6700.980.66100.9495.5117.45
Hex1D5724306242656011
Octal351272103014210214514021
Binary1110110101111010000110110001010000101100101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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