#1D1E00

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

Shades of Maire #1D1E00

Tints of Maire #1D1E00

Color information

#1D1E00 (or 0x1D1E00) is unknown color: approx Maire. HEX triplet: 1D, 1E and 00. RGB value is (29,30,0). Sum of RGB (Red+Green+Blue) = 29+30+0=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E00 is #E2E1FF. Grayscale: #1A1A1A. Windows color (decimal): -14868992 or 7709. OLE color: 7709.

HSL color Cylindrical-coordinate representation of color #1D1E00: hue angle of 62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D1E00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB29300-
CMYK0.03010.88
HSL62º100%5.88%-
HSV(B)62º100%11.76%-
XYZ0.971.190.18-
YUV26.28113.17129.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 30 (12.11% from 255) = 50.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.15%
G=50.85%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal293000.03010.88621005.88
Hex1D1E03064583e646
Octal3536030144130761446
Binary11101111100110110010010110001111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,0); }

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

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

 a { background-color: rgb(29,30,0); }

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

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

 span { border-color: rgb(29,30,0); }

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