Html Css Color HEX #1DC148 Dark Pastel Green

📋 copy color: '#1DC148'

red 29 ◦ green 193 ◦ blue 72

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

Shades of Dark Pastel Green #1DC148

Tints of Dark Pastel Green #1DC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 9.86%
G = 65.65%
B = 24.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#1DC148 (or 0x1DC148) is known color: Dark Pastel Green. HEX triplet: 1D, C1 and 48. RGB value is (29,193,72). Sum of RGB (Red+Green+Blue) = 29+193+72=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC148 is #E23EB7. Grayscale: #828282. Windows color (decimal): -14827192 or 4768029. OLE color: 4768029.

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

Color convert

RGB 29 193 72 -
CMYK 0.85 0 0.63 0.24
HSL 135.73º 0.74% 0.44% -
HSV(B) 135.73º 0.85% 0.76% -
XYZ 20.75 38.87 12.54 -
YUV 130.17 95.17 55.84 -
System Red Green Blue C M Y K H S L
Decimal 29 193 72 0.85 0 0.63 0.24 135.73 0.74 0.44
Hex 1D C1 48 55 0 3F 18 88 4A 2C
Octal 35 301 110 125 0 77 30 210 112 54
Binary 11101 11000001 1001000 1010101 0 111111 11000 10001000 1001010 101100

Color Harmonies of #1DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC148

Black with #1DC148

Text Example


Text Example

White with #1DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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