Html Css Color HEX #1DB350 Pigment Green

📋 copy color: '#1DB350'

red 29 ◦ green 179 ◦ blue 80

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

Shades of Pigment Green #1DB350

Tints of Pigment Green #1DB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 62.15%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 10.07%
G = 62.15%
B = 27.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#1DB350 (or 0x1DB350) is known color: Pigment Green. HEX triplet: 1D, B3 and 50. RGB value is (29,179,80). Sum of RGB (Red+Green+Blue) = 29+179+80=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB350 is #E24CAF. Grayscale: #7B7B7B. Windows color (decimal): -14830768 or 5288733. OLE color: 5288733.

HSL color Cylindrical-coordinate representation of color #1DB350: hue angle of 140.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB350 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 179 80 -
CMYK 0.84 0 0.55 0.30
HSL 140.4º 0.72% 0.41% -
HSV(B) 140.4º 0.84% 0.7% -
XYZ 18.07 33.08 13.02 -
YUV 122.86 103.81 61.05 -
System Red Green Blue C M Y K H S L
Decimal 29 179 80 0.84 0 0.55 0.30 140.4 0.72 0.41
Hex 1D B3 50 54 0 37 1E 8C 48 29
Octal 35 263 120 124 0 67 36 214 110 51
Binary 11101 10110011 1010000 1010100 0 110111 11110 10001100 1001000 101001

Color Harmonies of #1DB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB350

Black with #1DB350

Text Example


Text Example

White with #1DB350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,179,80); }

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

background-color css

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

 a { background-color: rgb(29,179,80); }

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

border-color css

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

 span { border-color: rgb(29,179,80); }

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