#1D601A

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

Shades of Myrtle #1D601A

Tints of Myrtle #1D601A

Color information

#1D601A (or 0x1D601A) is unknown color: approx Myrtle. HEX triplet: 1D, 60 and 1A. RGB value is (29,96,26). Sum of RGB (Red+Green+Blue) = 29+96+26=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #1D601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D601A is #E29FE5. Grayscale: #444444. Windows color (decimal): -14852070 or 1728541. OLE color: 1728541.

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

Color convert

RGB299626-
CMYK0.7000.730.62
HSL117.43º57.38%23.92%-
HSV(B)117.43º72.92%37.65%-
XYZ4.888.72.4-
YUV67.99104.3100.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=19.21%
G=63.58%
B=17.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996260.7000.730.62117.4357.3823.92
Hex1D601A460493E753918
Octal35140321060111761657130
Binary11101110000011010100011001001001111110111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,26); }

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

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

 a { background-color: rgb(29,96,26); }

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

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

 span { border-color: rgb(29,96,26); }

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