Html Css Color HEX #1DAD35 Dark Pastel Green

📋 copy color: '#1DAD35'

red 29 ◦ green 173 ◦ blue 53

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

Shades of Dark Pastel Green #1DAD35

Tints of Dark Pastel Green #1DAD35

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.84%

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 11.37%
G = 67.84%
B = 20.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#1DAD35 (or 0x1DAD35) is known color: Dark Pastel Green. HEX triplet: 1D, AD and 35. RGB value is (29,173,53). Sum of RGB (Red+Green+Blue) = 29+173+53=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD35 is #E252CA. Grayscale: #747474. Windows color (decimal): -14832331 or 3517725. OLE color: 3517725.

HSL color Cylindrical-coordinate representation of color #1DAD35: hue angle of 130º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD35 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 173 53 -
CMYK 0.83 0 0.69 0.32
HSL 130º 0.71% 0.4% -
HSV(B) 130º 0.83% 0.68% -
XYZ 16.09 30.41 8.39 -
YUV 116.26 92.29 65.76 -
System Red Green Blue C M Y K H S L
Decimal 29 173 53 0.83 0 0.69 0.32 130 0.71 0.4
Hex 1D AD 35 53 0 45 20 82 47 28
Octal 35 255 65 123 0 105 40 202 107 50
Binary 11101 10101101 110101 1010011 0 1000101 100000 10000010 1000111 101000

Color Harmonies of #1DAD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD35

Black with #1DAD35

Text Example


Text Example

White with #1DAD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,173,53); }

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

background-color css

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

 a { background-color: rgb(29,173,53); }

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

border-color css

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

 span { border-color: rgb(29,173,53); }

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