Html Css Color HEX #1DAA3B Dark Pastel Green

📋 copy color: '#1DAA3B'

red 29 ◦ green 170 ◦ blue 59

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

Shades of Dark Pastel Green #1DAA3B

Tints of Dark Pastel Green #1DAA3B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 65.89%

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 11.24%
G = 65.89%
B = 22.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#1DAA3B (or 0x1DAA3B) is known color: Dark Pastel Green. HEX triplet: 1D, AA and 3B. RGB value is (29,170,59). Sum of RGB (Red+Green+Blue) = 29+170+59=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA3B is #E255C4. Grayscale: #737373. Windows color (decimal): -14833093 or 3910173. OLE color: 3910173.

HSL color Cylindrical-coordinate representation of color #1DAA3B: hue angle of 132.77º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA3B is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 170 59 -
CMYK 0.83 0 0.65 0.33
HSL 132.77º 0.71% 0.39% -
HSV(B) 132.77º 0.83% 0.67% -
XYZ 15.67 29.33 8.97 -
YUV 115.19 96.29 66.53 -
System Red Green Blue C M Y K H S L
Decimal 29 170 59 0.83 0 0.65 0.33 132.77 0.71 0.39
Hex 1D AA 3B 53 0 41 21 85 47 27
Octal 35 252 73 123 0 101 41 205 107 47
Binary 11101 10101010 111011 1010011 0 1000001 100001 10000101 1000111 100111

Color Harmonies of #1DAA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAA3B

Black with #1DAA3B

Text Example


Text Example

White with #1DAA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,170,59); }

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

background-color css

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

 a { background-color: rgb(29,170,59); }

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

border-color css

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

 span { border-color: rgb(29,170,59); }

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