Html Css Color HEX #1DB940 Dark Pastel Green

📋 copy color: '#1DB940'

red 29 ◦ green 185 ◦ blue 64

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

Shades of Dark Pastel Green #1DB940

Tints of Dark Pastel Green #1DB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.55%

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 10.43%
G = 66.55%
B = 23.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#1DB940 (or 0x1DB940) is known color: Dark Pastel Green. HEX triplet: 1D, B9 and 40. RGB value is (29,185,64). Sum of RGB (Red+Green+Blue) = 29+185+64=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB940 is #E246BF. Grayscale: #7C7C7C. Windows color (decimal): -14829248 or 4241693. OLE color: 4241693.

HSL color Cylindrical-coordinate representation of color #1DB940: hue angle of 133.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB940 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 64 -
CMYK 0.84 0 0.65 0.27
HSL 133.46º 0.73% 0.42% -
HSV(B) 133.46º 0.84% 0.73% -
XYZ 18.78 35.33 10.68 -
YUV 124.56 93.82 59.84 -
System Red Green Blue C M Y K H S L
Decimal 29 185 64 0.84 0 0.65 0.27 133.46 0.73 0.42
Hex 1D B9 40 54 0 41 1B 85 49 2A
Octal 35 271 100 124 0 101 33 205 111 52
Binary 11101 10111001 1000000 1010100 0 1000001 11011 10000101 1001001 101010

Color Harmonies of #1DB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB940

Black with #1DB940

Text Example


Text Example

White with #1DB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,64); }

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

background-color css

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

 a { background-color: rgb(29,185,64); }

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

border-color css

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

 span { border-color: rgb(29,185,64); }

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