#1DAA3F

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

Shades of Dark Pastel Green #1DAA3F

Tints of Dark Pastel Green #1DAA3F

Color information

#1DAA3F (or 0x1DAA3F) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, AA and 3F. RGB value is (29,170,63). Sum of RGB (Red+Green+Blue) = 29+170+63=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA3F is #E255C0. Grayscale: #737373. Windows color (decimal): -14833089 or 4172317. OLE color: 4172317.

HSL color Cylindrical-coordinate representation of color #1DAA3F: hue angle of 134.47º 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 #1DAA3F is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB2917063-
CMYK0.8300.630.33
HSL134.47º70.85%39.02%-
HSV(B)134.47º82.94%66.67%-
XYZ15.7829.379.54-
YUV115.6498.2966.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 170 (66.80% from 255) = 64.89%
BLUE value IS 63 (25% from 255) = 24.05%
R=11.07%
G=64.89%
B=24.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29170630.8300.630.33134.4770.8539.02
Hex1DAA3F5303F21864727
Octal35252771230774120610747
Binary111011010101011111110100110111111100001100001101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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