Html Css Color HEX #1DC53B Dark Pastel Green

📋 copy color: '#1DC53B'

red 29 ◦ green 197 ◦ blue 59

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

Shades of Dark Pastel Green #1DC53B

Tints of Dark Pastel Green #1DC53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 69.12%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 10.18%
G = 69.12%
B = 20.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#1DC53B (or 0x1DC53B) is known color: Dark Pastel Green. HEX triplet: 1D, C5 and 3B. RGB value is (29,197,59). Sum of RGB (Red+Green+Blue) = 29+197+59=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC53B is #E23AC4. Grayscale: #838383. Windows color (decimal): -14826181 or 3917085. OLE color: 3917085.

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

Color convert

RGB 29 197 59 -
CMYK 0.85 0 0.70 0.23
HSL 130.71º 0.74% 0.44% -
HSV(B) 130.71º 0.85% 0.77% -
XYZ 21.26 40.51 10.84 -
YUV 131.04 87.34 55.22 -
System Red Green Blue C M Y K H S L
Decimal 29 197 59 0.85 0 0.70 0.23 130.71 0.74 0.44
Hex 1D C5 3B 55 0 46 17 83 4A 2C
Octal 35 305 73 125 0 106 27 203 112 54
Binary 11101 11000101 111011 1010101 0 1000110 10111 10000011 1001010 101100

Color Harmonies of #1DC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC53B

Black with #1DC53B

Text Example


Text Example

White with #1DC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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