Html Css Color HEX #1DA340 Pigment Green

📋 copy color: '#1DA340'

red 29 ◦ green 163 ◦ blue 64

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

Shades of Pigment Green #1DA340

Tints of Pigment Green #1DA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 63.67%

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

R = 11.33%
G = 63.67%
B = 25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#1DA340 (or 0x1DA340) is known color: Pigment Green. HEX triplet: 1D, A3 and 40. RGB value is (29,163,64). Sum of RGB (Red+Green+Blue) = 29+163+64=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA340 is #E25CBF. Grayscale: #6F6F6F. Windows color (decimal): -14834880 or 4236061. OLE color: 4236061.

HSL color Cylindrical-coordinate representation of color #1DA340: hue angle of 135.67º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA340 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 163 64 -
CMYK 0.82 0 0.61 0.36
HSL 135.67º 0.7% 0.38% -
HSV(B) 135.67º 0.82% 0.64% -
XYZ 14.53 26.83 9.26 -
YUV 111.65 101.11 69.05 -
System Red Green Blue C M Y K H S L
Decimal 29 163 64 0.82 0 0.61 0.36 135.67 0.7 0.38
Hex 1D A3 40 52 0 3D 24 88 46 26
Octal 35 243 100 122 0 75 44 210 106 46
Binary 11101 10100011 1000000 1010010 0 111101 100100 10001000 1000110 100110

Color Harmonies of #1DA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA340

Black with #1DA340

Text Example


Text Example

White with #1DA340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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