#1DC944

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

Shades of Dark Pastel Green #1DC944

Tints of Dark Pastel Green #1DC944

Color information

#1DC944 (or 0x1DC944) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, C9 and 44. RGB value is (29,201,68). Sum of RGB (Red+Green+Blue) = 29+201+68=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 201 (78.91% from 255 or 67.45% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC944 is #E236BB. Grayscale: #868686. Windows color (decimal): -14825148 or 4507933. OLE color: 4507933.

HSL color Cylindrical-coordinate representation of color #1DC944: hue angle of 133.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC944 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2920168-
CMYK0.8600.660.21
HSL133.6º74.78%45.1%-
HSV(B)133.6º85.57%78.82%-
XYZ22.4442.4512.48-
YUV134.4190.5252.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.73%
GREEN value IS 201 (78.91% from 255) = 67.45%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=9.73%
G=67.45%
B=22.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29201680.8600.660.21133.674.7845.1
Hex1DC9445604215864b2d
Octal3531110412601022520611355
Binary1110111001001100010010101100100001010101100001101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,201,68); }

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

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

 a { background-color: rgb(29,201,68); }

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

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

 span { border-color: rgb(29,201,68); }

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