#1DC13B

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

Shades of Dark Pastel Green #1DC13B

Tints of Dark Pastel Green #1DC13B

Color information

#1DC13B (or 0x1DC13B) is unknown color: approx Dark Pastel Green. HEX triplet: 1D, C1 and 3B. RGB value is (29,193,59). Sum of RGB (Red+Green+Blue) = 29+193+59=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC13B is #E23EC4. Grayscale: #818181. Windows color (decimal): -14827205 or 3916061. OLE color: 3916061.

HSL color Cylindrical-coordinate representation of color #1DC13B: hue angle of 130.98º 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 #1DC13B is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB2919359-
CMYK0.8500.690.24
HSL130.98º73.87%43.53%-
HSV(B)130.98º84.97%75.69%-
XYZ20.3738.7210.54-
YUV128.6988.6756.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.32%
GREEN value IS 193 (75.78% from 255) = 68.68%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=10.32%
G=68.68%
B=21.00%

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
Decimal29193590.8500.690.24130.9873.8743.53
Hex1DC13B5504518834a2c
Octal353017312501053020311254
Binary111011100000111101110101010100010111000100000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,193,59); }

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

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

 a { background-color: rgb(29,193,59); }

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

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

 span { border-color: rgb(29,193,59); }

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