Html Css Color HEX #1DBF4F Dark Pastel Green

📋 copy color: '#1DBF4F'

red 29 ◦ green 191 ◦ blue 79

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

Shades of Dark Pastel Green #1DBF4F

Tints of Dark Pastel Green #1DBF4F

RGB

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

 GREEN value IS 191 (75% from 255) = 63.88%

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

R = 9.7%
G = 63.88%
B = 26.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#1DBF4F (or 0x1DBF4F) is known color: Dark Pastel Green. HEX triplet: 1D, BF and 4F. RGB value is (29,191,79). Sum of RGB (Red+Green+Blue) = 29+191+79=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBF4F is #E240B0. Grayscale: #828282. Windows color (decimal): -14827697 or 5226269. OLE color: 5226269.

HSL color Cylindrical-coordinate representation of color #1DBF4F: hue angle of 138.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBF4F is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 191 79 -
CMYK 0.85 0 0.59 0.25
HSL 138.52º 0.74% 0.43% -
HSV(B) 138.52º 0.85% 0.75% -
XYZ 20.55 38.09 13.67 -
YUV 129.79 99.33 56.11 -
System Red Green Blue C M Y K H S L
Decimal 29 191 79 0.85 0 0.59 0.25 138.52 0.74 0.43
Hex 1D BF 4F 55 0 3B 19 8B 4A 2B
Octal 35 277 117 125 0 73 31 213 112 53
Binary 11101 10111111 1001111 1010101 0 111011 11001 10001011 1001010 101011

Color Harmonies of #1DBF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF4F

Black with #1DBF4F

Text Example


Text Example

White with #1DBF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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