#1D5D03

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

Shades of Myrtle #1D5D03

Tints of Myrtle #1D5D03

Color information

#1D5D03 (or 0x1D5D03) is unknown color: approx Myrtle. HEX triplet: 1D, 5D and 03. RGB value is (29,93,3). Sum of RGB (Red+Green+Blue) = 29+93+3=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5D03 is #E2A2FC. Grayscale: #3F3F3F. Windows color (decimal): -14852861 or 220445. OLE color: 220445.

HSL color Cylindrical-coordinate representation of color #1D5D03: hue angle of 102.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D5D03 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB29933-
CMYK0.6900.970.64
HSL102.67º93.75%18.82%-
HSV(B)102.67º96.77%36.47%-
XYZ4.448.11.42-
YUV63.693.8103.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 93 (36.72% from 255) = 74.4%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=23.2%
G=74.4%
B=2.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal299330.6900.970.64102.6793.7518.82
Hex1D5D34506140675e13
Octal351353105014110014713623
Binary1110110111011110001010110000110000001100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,93,3); }

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

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

 a { background-color: rgb(29,93,3); }

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

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

 span { border-color: rgb(29,93,3); }

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