Html Css Color HEX #1DC24B Dark Pastel Green

📋 copy color: '#1DC24B'

red 29 ◦ green 194 ◦ blue 75

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

Shades of Dark Pastel Green #1DC24B

Tints of Dark Pastel Green #1DC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.1%

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 9.73%
G = 65.1%
B = 25.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#1DC24B (or 0x1DC24B) is known color: Dark Pastel Green. HEX triplet: 1D, C2 and 4B. RGB value is (29,194,75). Sum of RGB (Red+Green+Blue) = 29+194+75=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC24B is #E23DB4. Grayscale: #838383. Windows color (decimal): -14826933 or 4964893. OLE color: 4964893.

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

Color convert

RGB 29 194 75 -
CMYK 0.85 0 0.61 0.24
HSL 136.73º 0.74% 0.44% -
HSV(B) 136.73º 0.85% 0.76% -
XYZ 21.07 39.35 13.14 -
YUV 131.1 96.34 55.18 -
System Red Green Blue C M Y K H S L
Decimal 29 194 75 0.85 0 0.61 0.24 136.73 0.74 0.44
Hex 1D C2 4B 55 0 3D 18 89 4A 2C
Octal 35 302 113 125 0 75 30 211 112 54
Binary 11101 11000010 1001011 1010101 0 111101 11000 10001001 1001010 101100

Color Harmonies of #1DC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC24B

Black with #1DC24B

Text Example


Text Example

White with #1DC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,194,75); }

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

background-color css

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

 a { background-color: rgb(29,194,75); }

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

border-color css

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

 span { border-color: rgb(29,194,75); }

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