Html Css Color HEX #1DC842 Dark Pastel Green

📋 copy color: '#1DC842'

red 29 ◦ green 200 ◦ blue 66

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

Shades of Dark Pastel Green #1DC842

Tints of Dark Pastel Green #1DC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 67.8%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 9.83%
G = 67.8%
B = 22.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#1DC842 (or 0x1DC842) is known color: Dark Pastel Green. HEX triplet: 1D, C8 and 42. RGB value is (29,200,66). Sum of RGB (Red+Green+Blue) = 29+200+66=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC842 is #E237BD. Grayscale: #858585. Windows color (decimal): -14825406 or 4376605. OLE color: 4376605.

HSL color Cylindrical-coordinate representation of color #1DC842: hue angle of 132.98º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC842 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 200 66 -
CMYK 0.86 0 0.67 0.22
HSL 132.98º 0.75% 0.45% -
HSV(B) 132.98º 0.86% 0.78% -
XYZ 22.14 41.96 12.09 -
YUV 133.6 89.85 53.4 -
System Red Green Blue C M Y K H S L
Decimal 29 200 66 0.86 0 0.67 0.22 132.98 0.75 0.45
Hex 1D C8 42 56 0 43 16 85 4B 2D
Octal 35 310 102 126 0 103 26 205 113 55
Binary 11101 11001000 1000010 1010110 0 1000011 10110 10000101 1001011 101101

Color Harmonies of #1DC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC842

Black with #1DC842

Text Example


Text Example

White with #1DC842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,200,66); }

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

background-color css

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

 a { background-color: rgb(29,200,66); }

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

border-color css

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

 span { border-color: rgb(29,200,66); }

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