#1DC23C

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

Shades of Dark Pastel Green #1DC23C

Tints of Dark Pastel Green #1DC23C

Color information

#1DC23C (or 0x1DC23C) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, C2 and 3C. RGB value is (29,194,60). Sum of RGB (Red+Green+Blue) = 29+194+60=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC23C is #E23DC3. Grayscale: #818181. Windows color (decimal): -14826948 or 3981853. OLE color: 3981853.

HSL color Cylindrical-coordinate representation of color #1DC23C: hue angle of 131.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC23C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB2919460-
CMYK0.8500.690.24
HSL131.27º73.99%43.73%-
HSV(B)131.27º85.05%76.08%-
XYZ20.6139.1710.75-
YUV129.3988.8456.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 194 (76.17% from 255) = 68.55%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=10.25%
G=68.55%
B=21.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29194600.8500.690.24131.2773.9943.73
Hex1DC23C5504518834a2c
Octal353027412501053020311254
Binary111011100001011110010101010100010111000100000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,194,60); }

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

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

 a { background-color: rgb(29,194,60); }

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

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

 span { border-color: rgb(29,194,60); }

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