Html Css Color HEX #1DB355 Pigment Green

📋 copy color: '#1DB355'

red 29 ◦ green 179 ◦ blue 85

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

Shades of Pigment Green #1DB355

Tints of Pigment Green #1DB355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 9.9%
G = 61.09%
B = 29.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#1DB355 (or 0x1DB355) is known color: Pigment Green. HEX triplet: 1D, B3 and 55. RGB value is (29,179,85). Sum of RGB (Red+Green+Blue) = 29+179+85=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB355 is #E24CAA. Grayscale: #7B7B7B. Windows color (decimal): -14830763 or 5616413. OLE color: 5616413.

HSL color Cylindrical-coordinate representation of color #1DB355: hue angle of 142.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 #1DB355 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 179 85 -
CMYK 0.84 0 0.53 0.30
HSL 142.4º 0.72% 0.41% -
HSV(B) 142.4º 0.84% 0.7% -
XYZ 18.27 33.16 14.03 -
YUV 123.43 106.31 60.64 -
System Red Green Blue C M Y K H S L
Decimal 29 179 85 0.84 0 0.53 0.30 142.4 0.72 0.41
Hex 1D B3 55 54 0 35 1E 8E 48 29
Octal 35 263 125 124 0 65 36 216 110 51
Binary 11101 10110011 1010101 1010100 0 110101 11110 10001110 1001000 101001

Color Harmonies of #1DB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB355

Black with #1DB355

Text Example


Text Example

White with #1DB355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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