Html Css Color HEX #1DCA43 Dark Pastel Green

📋 copy color: '#1DCA43'

red 29 ◦ green 202 ◦ blue 67

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

Shades of Dark Pastel Green #1DCA43

Tints of Dark Pastel Green #1DCA43

RGB

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

 GREEN value IS 202 (79.3% from 255) = 67.79%

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 9.73%
G = 67.79%
B = 22.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#1DCA43 (or 0x1DCA43) is known color: Dark Pastel Green. HEX triplet: 1D, CA and 43. RGB value is (29,202,67). Sum of RGB (Red+Green+Blue) = 29+202+67=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA43 is #E235BC. Grayscale: #878787. Windows color (decimal): -14824893 or 4442653. OLE color: 4442653.

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

Color convert

RGB 29 202 67 -
CMYK 0.86 0 0.67 0.21
HSL 133.18º 0.75% 0.45% -
HSV(B) 133.18º 0.86% 0.79% -
XYZ 22.64 42.91 12.4 -
YUV 134.88 89.69 52.48 -
System Red Green Blue C M Y K H S L
Decimal 29 202 67 0.86 0 0.67 0.21 133.18 0.75 0.45
Hex 1D CA 43 56 0 43 15 85 4B 2D
Octal 35 312 103 126 0 103 25 205 113 55
Binary 11101 11001010 1000011 1010110 0 1000011 10101 10000101 1001011 101101

Color Harmonies of #1DCA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA43

Black with #1DCA43

Text Example


Text Example

White with #1DCA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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