Html Css Color HEX #1DC446 Dark Pastel Green

📋 copy color: '#1DC446'

red 29 ◦ green 196 ◦ blue 70

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

Shades of Dark Pastel Green #1DC446

Tints of Dark Pastel Green #1DC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.44%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 9.83%
G = 66.44%
B = 23.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#1DC446 (or 0x1DC446) is known color: Dark Pastel Green. HEX triplet: 1D, C4 and 46. RGB value is (29,196,70). Sum of RGB (Red+Green+Blue) = 29+196+70=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC446 is #E23BB9. Grayscale: #848484. Windows color (decimal): -14826426 or 4637725. OLE color: 4637725.

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

Color convert

RGB 29 196 70 -
CMYK 0.85 0 0.64 0.23
HSL 134.73º 0.74% 0.44% -
HSV(B) 134.73º 0.85% 0.77% -
XYZ 21.35 40.18 12.43 -
YUV 131.7 93.17 54.75 -
System Red Green Blue C M Y K H S L
Decimal 29 196 70 0.85 0 0.64 0.23 134.73 0.74 0.44
Hex 1D C4 46 55 0 40 17 87 4A 2C
Octal 35 304 106 125 0 100 27 207 112 54
Binary 11101 11000100 1000110 1010101 0 1000000 10111 10000111 1001010 101100

Color Harmonies of #1DC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC446

Black with #1DC446

Text Example


Text Example

White with #1DC446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,196,70); }

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

background-color css

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

 a { background-color: rgb(29,196,70); }

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

border-color css

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

 span { border-color: rgb(29,196,70); }

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