Html Css Color HEX #1DA34C Pigment Green

📋 copy color: '#1DA34C'

red 29 ◦ green 163 ◦ blue 76

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

Shades of Pigment Green #1DA34C

Tints of Pigment Green #1DA34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 10.82%
G = 60.82%
B = 28.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#1DA34C (or 0x1DA34C) is known color: Pigment Green. HEX triplet: 1D, A3 and 4C. RGB value is (29,163,76). Sum of RGB (Red+Green+Blue) = 29+163+76=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA34C is #E25CB3. Grayscale: #717171. Windows color (decimal): -14834868 or 5022493. OLE color: 5022493.

HSL color Cylindrical-coordinate representation of color #1DA34C: hue angle of 141.04º 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 #1DA34C is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 163 76 -
CMYK 0.82 0 0.53 0.36
HSL 141.04º 0.7% 0.38% -
HSV(B) 141.04º 0.82% 0.64% -
XYZ 14.91 26.98 11.26 -
YUV 113.02 107.11 68.07 -
System Red Green Blue C M Y K H S L
Decimal 29 163 76 0.82 0 0.53 0.36 141.04 0.7 0.38
Hex 1D A3 4C 52 0 35 24 8D 46 26
Octal 35 243 114 122 0 65 44 215 106 46
Binary 11101 10100011 1001100 1010010 0 110101 100100 10001101 1000110 100110

Color Harmonies of #1DA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA34C

Black with #1DA34C

Text Example


Text Example

White with #1DA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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