Html Css Color HEX #1DA140 Pigment Green

📋 copy color: '#1DA140'

red 29 ◦ green 161 ◦ blue 64

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

Shades of Pigment Green #1DA140

Tints of Pigment Green #1DA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 63.39%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 11.42%
G = 63.39%
B = 25.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#1DA140 (or 0x1DA140) is known color: Pigment Green. HEX triplet: 1D, A1 and 40. RGB value is (29,161,64). Sum of RGB (Red+Green+Blue) = 29+161+64=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 161 (63.28% from 255 or 63.39% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA140 is #E25EBF. Grayscale: #6E6E6E. Windows color (decimal): -14835392 or 4235549. OLE color: 4235549.

HSL color Cylindrical-coordinate representation of color #1DA140: hue angle of 135.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA140 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 161 64 -
CMYK 0.82 0 0.60 0.37
HSL 135.91º 0.69% 0.37% -
HSV(B) 135.91º 0.82% 0.63% -
XYZ 14.18 26.12 9.15 -
YUV 110.47 101.77 69.89 -
System Red Green Blue C M Y K H S L
Decimal 29 161 64 0.82 0 0.60 0.37 135.91 0.69 0.37
Hex 1D A1 40 52 0 3C 25 88 45 25
Octal 35 241 100 122 0 74 45 210 105 45
Binary 11101 10100001 1000000 1010010 0 111100 100101 10001000 1000101 100101

Color Harmonies of #1DA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA140

Black with #1DA140

Text Example


Text Example

White with #1DA140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,161,64); }

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

background-color css

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

 a { background-color: rgb(29,161,64); }

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

border-color css

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

 span { border-color: rgb(29,161,64); }

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