#1D4301

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

Shades of Myrtle #1D4301

Tints of Myrtle #1D4301

Color information

#1D4301 (or 0x1D4301) is unknown color: approx Myrtle. HEX triplet: 1D, 43 and 01. RGB value is (29,67,1). Sum of RGB (Red+Green+Blue) = 29+67+1=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4301 is #E2BCFE. Grayscale: #303030. Windows color (decimal): -14859519 or 82717. OLE color: 82717.

HSL color Cylindrical-coordinate representation of color #1D4301: hue angle of 94.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D4301 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB29671-
CMYK0.5700.990.74
HSL94.55º97.06%13.33%-
HSV(B)94.55º98.51%26.27%-
XYZ2.524.280.72-
YUV48.11101.41114.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 67 (26.56% from 255) = 69.07%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=29.90%
G=69.07%
B=1.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal296710.5700.990.7494.5597.0613.33
Hex1D431390634A5f61d
Octal35103171014311213714115
Binary1110110000111111001011000111001010101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,1); }

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

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

 a { background-color: rgb(29,67,1); }

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

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

 span { border-color: rgb(29,67,1); }

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