#1DAA3E

Color #1DAA3E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1DAA3E

Tints of Dark Pastel Green #1DAA3E

Color information

#1DAA3E (or 0x1DAA3E) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, AA and 3E. RGB value is (29,170,62). Sum of RGB (Red+Green+Blue) = 29+170+62=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA3E is #E255C1. Grayscale: #737373. Windows color (decimal): -14833090 or 4106781. OLE color: 4106781.

HSL color Cylindrical-coordinate representation of color #1DAA3E: hue angle of 134.04º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA3E is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB2917062-
CMYK0.8300.640.33
HSL134.04º70.85%39.02%-
HSV(B)134.04º82.94%66.67%-
XYZ15.7529.369.39-
YUV115.5397.7966.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=11.11%
G=65.13%
B=23.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29170620.8300.640.33134.0470.8539.02
Hex1DAA3E5304021864727
Octal352527612301004120610747
Binary1110110101010111110101001101000000100001100001101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,170,62); }

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

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

 a { background-color: rgb(29,170,62); }

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

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

 span { border-color: rgb(29,170,62); }

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