#1D6213

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

Shades of Myrtle #1D6213

Tints of Myrtle #1D6213

Color information

#1D6213 (or 0x1D6213) is unknown color: approx Myrtle. HEX triplet: 1D, 62 and 13. RGB value is (29,98,19). Sum of RGB (Red+Green+Blue) = 29+98+19=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #1D6213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6213 is #E29DEC. Grayscale: #444444. Windows color (decimal): -14851565 or 1270301. OLE color: 1270301.

HSL color Cylindrical-coordinate representation of color #1D6213: hue angle of 112.41º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6213 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB299819-
CMYK0.7000.810.62
HSL112.41º67.52%22.94%-
HSV(B)112.41º80.61%38.43%-
XYZ4.999.042.1-
YUV68.36100.1499.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=19.86%
G=67.12%
B=13.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2998190.7000.810.62112.4167.5222.94
Hex1D6213460513E704417
Octal351422310601217616010427
Binary111011100010100111000110010100011111101110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,98,19); }

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

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

 a { background-color: rgb(29,98,19); }

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

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

 span { border-color: rgb(29,98,19); }

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