Html Css Color HEX #1DB94F Dark Pastel Green

📋 copy color: '#1DB94F'

red 29 ◦ green 185 ◦ blue 79

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

Shades of Dark Pastel Green #1DB94F

Tints of Dark Pastel Green #1DB94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 9.9%
G = 63.14%
B = 26.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#1DB94F (or 0x1DB94F) is known color: Dark Pastel Green. HEX triplet: 1D, B9 and 4F. RGB value is (29,185,79). Sum of RGB (Red+Green+Blue) = 29+185+79=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB94F is #E246B0. Grayscale: #7E7E7E. Windows color (decimal): -14829233 or 5224733. OLE color: 5224733.

HSL color Cylindrical-coordinate representation of color #1DB94F: hue angle of 139.23º 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 #1DB94F is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 79 -
CMYK 0.84 0 0.57 0.27
HSL 139.23º 0.73% 0.42% -
HSV(B) 139.23º 0.84% 0.73% -
XYZ 19.27 35.52 13.24 -
YUV 126.27 101.32 58.62 -
System Red Green Blue C M Y K H S L
Decimal 29 185 79 0.84 0 0.57 0.27 139.23 0.73 0.42
Hex 1D B9 4F 54 0 39 1B 8B 49 2A
Octal 35 271 117 124 0 71 33 213 111 52
Binary 11101 10111001 1001111 1010100 0 111001 11011 10001011 1001001 101010

Color Harmonies of #1DB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB94F

Black with #1DB94F

Text Example


Text Example

White with #1DB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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