Html Css Color HEX #1DAF31 Dark Pastel Green

📋 copy color: '#1DAF31'

red 29 ◦ green 175 ◦ blue 49

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

Shades of Dark Pastel Green #1DAF31

Tints of Dark Pastel Green #1DAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.17%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 11.46%
G = 69.17%
B = 19.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#1DAF31 (or 0x1DAF31) is known color: Dark Pastel Green. HEX triplet: 1D, AF and 31. RGB value is (29,175,49). Sum of RGB (Red+Green+Blue) = 29+175+49=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF31 is #E250CE. Grayscale: #757575. Windows color (decimal): -14831823 or 3256093. OLE color: 3256093.

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

Color convert

RGB 29 175 49 -
CMYK 0.83 0 0.72 0.31
HSL 128.22º 0.72% 0.4% -
HSV(B) 128.22º 0.83% 0.69% -
XYZ 16.39 31.14 8.05 -
YUV 116.98 89.63 65.25 -
System Red Green Blue C M Y K H S L
Decimal 29 175 49 0.83 0 0.72 0.31 128.22 0.72 0.4
Hex 1D AF 31 53 0 48 1F 80 48 28
Octal 35 257 61 123 0 110 37 200 110 50
Binary 11101 10101111 110001 1010011 0 1001000 11111 10000000 1001000 101000

Color Harmonies of #1DAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF31

Black with #1DAF31

Text Example


Text Example

White with #1DAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,175,49); }

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

background-color css

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

 a { background-color: rgb(29,175,49); }

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

border-color css

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

 span { border-color: rgb(29,175,49); }

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