Html Css Color HEX #1DC13A Dark Pastel Green

📋 copy color: '#1DC13A'

red 29 ◦ green 193 ◦ blue 58

#1DC13A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #1DC13A

Tints of Dark Pastel Green #1DC13A

RGB

 RED value IS 29 (11.72% from 255) = 10.36%

 GREEN value IS 193 (75.78% from 255) = 68.93%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 10.36%
G = 68.93%
B = 20.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#1DC13A (or 0x1DC13A) is known color: Dark Pastel Green. HEX triplet: 1D, C1 and 3A. RGB value is (29,193,58). Sum of RGB (Red+Green+Blue) = 29+193+58=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC13A is #E23EC5. Grayscale: #808080. Windows color (decimal): -14827206 or 3850525. OLE color: 3850525.

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

Color convert

RGB 29 193 58 -
CMYK 0.85 0 0.70 0.24
HSL 130.61º 0.74% 0.44% -
HSV(B) 130.61º 0.85% 0.76% -
XYZ 20.34 38.71 10.4 -
YUV 128.57 88.17 56.98 -
System Red Green Blue C M Y K H S L
Decimal 29 193 58 0.85 0 0.70 0.24 130.61 0.74 0.44
Hex 1D C1 3A 55 0 46 18 83 4A 2C
Octal 35 301 72 125 0 106 30 203 112 54
Binary 11101 11000001 111010 1010101 0 1000110 11000 10000011 1001010 101100

Color Harmonies of #1DC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC13A

Black with #1DC13A

Text Example


Text Example

White with #1DC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DC13A;
 }
 .AnyTagClassName
 {
   color: #1DC13A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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