Html Css Color HEX #1DBD3A Dark Pastel Green

📋 copy color: '#1DBD3A'

red 29 ◦ green 189 ◦ blue 58

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

Shades of Dark Pastel Green #1DBD3A

Tints of Dark Pastel Green #1DBD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 10.51%
G = 68.48%
B = 21.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#1DBD3A (or 0x1DBD3A) is known color: Dark Pastel Green. HEX triplet: 1D, BD and 3A. RGB value is (29,189,58). Sum of RGB (Red+Green+Blue) = 29+189+58=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 189 (74.22% from 255 or 68.48% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD3A is #E242C5. Grayscale: #7E7E7E. Windows color (decimal): -14828230 or 3849501. OLE color: 3849501.

HSL color Cylindrical-coordinate representation of color #1DBD3A: hue angle of 130.88º 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 #1DBD3A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 189 58 -
CMYK 0.85 0 0.69 0.26
HSL 130.88º 0.73% 0.43% -
HSV(B) 130.88º 0.85% 0.74% -
XYZ 19.47 36.96 10.11 -
YUV 126.23 89.49 58.65 -
System Red Green Blue C M Y K H S L
Decimal 29 189 58 0.85 0 0.69 0.26 130.88 0.73 0.43
Hex 1D BD 3A 55 0 45 1A 83 49 2B
Octal 35 275 72 125 0 105 32 203 111 53
Binary 11101 10111101 111010 1010101 0 1000101 11010 10000011 1001001 101011

Color Harmonies of #1DBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBD3A

Black with #1DBD3A

Text Example


Text Example

White with #1DBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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