Html Css Color HEX #1DBD4B Dark Pastel Green

📋 copy color: '#1DBD4B'

red 29 ◦ green 189 ◦ blue 75

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

Shades of Dark Pastel Green #1DBD4B

Tints of Dark Pastel Green #1DBD4B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.51%

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

R = 9.9%
G = 64.51%
B = 25.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#1DBD4B (or 0x1DBD4B) is known color: Dark Pastel Green. HEX triplet: 1D, BD and 4B. RGB value is (29,189,75). Sum of RGB (Red+Green+Blue) = 29+189+75=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD4B is #E242B4. Grayscale: #808080. Windows color (decimal): -14828213 or 4963613. OLE color: 4963613.

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

Color convert

RGB 29 189 75 -
CMYK 0.85 0 0.60 0.26
HSL 137.25º 0.73% 0.43% -
HSV(B) 137.25º 0.85% 0.74% -
XYZ 19.97 37.16 12.78 -
YUV 128.16 97.99 57.27 -
System Red Green Blue C M Y K H S L
Decimal 29 189 75 0.85 0 0.60 0.26 137.25 0.73 0.43
Hex 1D BD 4B 55 0 3C 1A 89 49 2B
Octal 35 275 113 125 0 74 32 211 111 53
Binary 11101 10111101 1001011 1010101 0 111100 11010 10001001 1001001 101011

Color Harmonies of #1DBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBD4B

Black with #1DBD4B

Text Example


Text Example

White with #1DBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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