#1D420F

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

Shades of Myrtle #1D420F

Tints of Myrtle #1D420F

Color information

#1D420F (or 0x1D420F) is unknown color: approx Myrtle. HEX triplet: 1D, 42 and 0F. RGB value is (29,66,15). Sum of RGB (Red+Green+Blue) = 29+66+15=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #1D420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D420F is #E2BDF0. Grayscale: #313131. Windows color (decimal): -14859761 or 999965. OLE color: 999965.

HSL color Cylindrical-coordinate representation of color #1D420F: hue angle of 103.53º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D420F is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB296615-
CMYK0.5600.770.74
HSL103.53º62.96%15.88%-
HSV(B)103.53º77.27%25.88%-
XYZ2.544.191.13-
YUV49.12108.74113.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=26.36%
G=60%
B=13.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2966150.5600.770.74103.5362.9615.88
Hex1D42F3804D4A683f10
Octal35102177001151121507720
Binary1110110000101111111000010011011001010110100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,15); }

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

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

 a { background-color: rgb(29,66,15); }

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

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

 span { border-color: rgb(29,66,15); }

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