Html Css Color HEX #1DC04D Dark Pastel Green

📋 copy color: '#1DC04D'

red 29 ◦ green 192 ◦ blue 77

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

Shades of Dark Pastel Green #1DC04D

Tints of Dark Pastel Green #1DC04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.43%

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 9.73%
G = 64.43%
B = 25.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#1DC04D (or 0x1DC04D) is known color: Dark Pastel Green. HEX triplet: 1D, C0 and 4D. RGB value is (29,192,77). Sum of RGB (Red+Green+Blue) = 29+192+77=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC04D is #E23FB2. Grayscale: #828282. Windows color (decimal): -14827443 or 5095453. OLE color: 5095453.

HSL color Cylindrical-coordinate representation of color #1DC04D: hue angle of 137.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC04D is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 77 -
CMYK 0.85 0 0.60 0.25
HSL 137.67º 0.74% 0.43% -
HSV(B) 137.67º 0.85% 0.75% -
XYZ 20.7 38.5 13.36 -
YUV 130.15 98 55.85 -
System Red Green Blue C M Y K H S L
Decimal 29 192 77 0.85 0 0.60 0.25 137.67 0.74 0.43
Hex 1D C0 4D 55 0 3C 19 8A 4A 2B
Octal 35 300 115 125 0 74 31 212 112 53
Binary 11101 11000000 1001101 1010101 0 111100 11001 10001010 1001010 101011

Color Harmonies of #1DC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC04D

Black with #1DC04D

Text Example


Text Example

White with #1DC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,77); }

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

background-color css

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

 a { background-color: rgb(29,192,77); }

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

border-color css

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

 span { border-color: rgb(29,192,77); }

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