Html Css Color HEX #1DA348 Pigment Green

📋 copy color: '#1DA348'

red 29 ◦ green 163 ◦ blue 72

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

Shades of Pigment Green #1DA348

Tints of Pigment Green #1DA348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 10.98%
G = 61.74%
B = 27.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#1DA348 (or 0x1DA348) is known color: Pigment Green. HEX triplet: 1D, A3 and 48. RGB value is (29,163,72). Sum of RGB (Red+Green+Blue) = 29+163+72=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA348 is #E25CB7. Grayscale: #707070. Windows color (decimal): -14834872 or 4760349. OLE color: 4760349.

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

Color convert

RGB 29 163 72 -
CMYK 0.82 0 0.56 0.36
HSL 139.25º 0.7% 0.38% -
HSV(B) 139.25º 0.82% 0.64% -
XYZ 14.77 26.92 10.55 -
YUV 112.56 105.11 68.4 -
System Red Green Blue C M Y K H S L
Decimal 29 163 72 0.82 0 0.56 0.36 139.25 0.7 0.38
Hex 1D A3 48 52 0 38 24 8B 46 26
Octal 35 243 110 122 0 70 44 213 106 46
Binary 11101 10100011 1001000 1010010 0 111000 100100 10001011 1000110 100110

Color Harmonies of #1DA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA348

Black with #1DA348

Text Example


Text Example

White with #1DA348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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