#1DA93E

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

Shades of Dark Pastel Green #1DA93E

Tints of Dark Pastel Green #1DA93E

Color information

#1DA93E (or 0x1DA93E) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, A9 and 3E. RGB value is (29,169,62). Sum of RGB (Red+Green+Blue) = 29+169+62=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 169 (66.41% from 255 or 65% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA93E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA93E is #E256C1. Grayscale: #737373. Windows color (decimal): -14833346 or 4106525. OLE color: 4106525.

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

Color convert

RGB2916962-
CMYK0.8300.630.34
HSL134.14º70.71%38.82%-
HSV(B)134.14º82.84%66.27%-
XYZ15.5628.989.33-
YUV114.9498.1266.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.15%
GREEN value IS 169 (66.41% from 255) = 65%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=11.15%
G=65%
B=23.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal29169620.8300.630.34134.1470.7138.82
Hex1DA93E5303F22864727
Octal35251761230774220610747
Binary111011010100111111010100110111111100010100001101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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