Html Css Color HEX #1DAB32 Dark Pastel Green

📋 copy color: '#1DAB32'

red 29 ◦ green 171 ◦ blue 50

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

Shades of Dark Pastel Green #1DAB32

Tints of Dark Pastel Green #1DAB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 68.4%

 BLUE value IS 50 (19.92% from 255) = 20%

R = 11.6%
G = 68.4%
B = 20%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#1DAB32 (or 0x1DAB32) is known color: Dark Pastel Green. HEX triplet: 1D, AB and 32. RGB value is (29,171,50). Sum of RGB (Red+Green+Blue) = 29+171+50=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAB32 is #E254CD. Grayscale: #737373. Windows color (decimal): -14832846 or 3320605. OLE color: 3320605.

HSL color Cylindrical-coordinate representation of color #1DAB32: hue angle of 128.87º 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 #1DAB32 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 171 50 -
CMYK 0.83 0 0.71 0.33
HSL 128.87º 0.71% 0.39% -
HSV(B) 128.87º 0.83% 0.67% -
XYZ 15.65 29.62 7.91 -
YUV 114.75 91.46 66.84 -
System Red Green Blue C M Y K H S L
Decimal 29 171 50 0.83 0 0.71 0.33 128.87 0.71 0.39
Hex 1D AB 32 53 0 47 21 81 47 27
Octal 35 253 62 123 0 107 41 201 107 47
Binary 11101 10101011 110010 1010011 0 1000111 100001 10000001 1000111 100111

Color Harmonies of #1DAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAB32

Black with #1DAB32

Text Example


Text Example

White with #1DAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,171,50); }

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

background-color css

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

 a { background-color: rgb(29,171,50); }

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

border-color css

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

 span { border-color: rgb(29,171,50); }

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