#1DC943

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

Shades of Dark Pastel Green #1DC943

Tints of Dark Pastel Green #1DC943

Color information

#1DC943 (or 0x1DC943) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, C9 and 43. RGB value is (29,201,67). Sum of RGB (Red+Green+Blue) = 29+201+67=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC943 is #E236BC. Grayscale: #868686. Windows color (decimal): -14825149 or 4442397. OLE color: 4442397.

HSL color Cylindrical-coordinate representation of color #1DC943: hue angle of 133.26º 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 #1DC943 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2920167-
CMYK0.8600.670.21
HSL133.26º74.78%45.1%-
HSV(B)133.26º85.57%78.82%-
XYZ22.4142.4412.32-
YUV134.390.0252.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.76%
GREEN value IS 201 (78.91% from 255) = 67.68%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=9.76%
G=67.68%
B=22.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29201670.8600.670.21133.2674.7845.1
Hex1DC9435604315854b2d
Octal3531110312601032520511355
Binary1110111001001100001110101100100001110101100001011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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