Html Css Color HEX #1DB24A Dark Pastel Green

📋 copy color: '#1DB24A'

red 29 ◦ green 178 ◦ blue 74

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

Shades of Dark Pastel Green #1DB24A

Tints of Dark Pastel Green #1DB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.35%

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 10.32%
G = 63.35%
B = 26.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#1DB24A (or 0x1DB24A) is known color: Dark Pastel Green. HEX triplet: 1D, B2 and 4A. RGB value is (29,178,74). Sum of RGB (Red+Green+Blue) = 29+178+74=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB24A is #E24DB5. Grayscale: #797979. Windows color (decimal): -14831030 or 4895261. OLE color: 4895261.

HSL color Cylindrical-coordinate representation of color #1DB24A: hue angle of 138.12º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB24A is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 74 -
CMYK 0.84 0 0.58 0.30
HSL 138.12º 0.72% 0.41% -
HSV(B) 138.12º 0.84% 0.7% -
XYZ 17.66 32.6 11.84 -
YUV 121.59 101.14 61.96 -
System Red Green Blue C M Y K H S L
Decimal 29 178 74 0.84 0 0.58 0.30 138.12 0.72 0.41
Hex 1D B2 4A 54 0 3A 1E 8A 48 29
Octal 35 262 112 124 0 72 36 212 110 51
Binary 11101 10110010 1001010 1010100 0 111010 11110 10001010 1001000 101001

Color Harmonies of #1DB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB24A

Black with #1DB24A

Text Example


Text Example

White with #1DB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,74); }

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

background-color css

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

 a { background-color: rgb(29,178,74); }

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

border-color css

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

 span { border-color: rgb(29,178,74); }

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