Html Css Color HEX #1DB85C Pigment Green

📋 copy color: '#1DB85C'

red 29 ◦ green 184 ◦ blue 92

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

Shades of Pigment Green #1DB85C

Tints of Pigment Green #1DB85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.33%

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 9.51%
G = 60.33%
B = 30.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#1DB85C (or 0x1DB85C) is known color: Pigment Green. HEX triplet: 1D, B8 and 5C. RGB value is (29,184,92). Sum of RGB (Red+Green+Blue) = 29+184+92=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB85C is #E247A3. Grayscale: #7F7F7F. Windows color (decimal): -14829476 or 6076445. OLE color: 6076445.

HSL color Cylindrical-coordinate representation of color #1DB85C: hue angle of 144.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB85C is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 184 92 -
CMYK 0.84 0 0.50 0.28
HSL 144.39º 0.73% 0.42% -
HSV(B) 144.39º 0.84% 0.72% -
XYZ 19.58 35.31 15.91 -
YUV 127.17 108.15 57.98 -
System Red Green Blue C M Y K H S L
Decimal 29 184 92 0.84 0 0.50 0.28 144.39 0.73 0.42
Hex 1D B8 5C 54 0 32 1C 90 49 2A
Octal 35 270 134 124 0 62 34 220 111 52
Binary 11101 10111000 1011100 1010100 0 110010 11100 10010000 1001001 101010

Color Harmonies of #1DB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB85C

Black with #1DB85C

Text Example


Text Example

White with #1DB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,184,92); }

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

background-color css

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

 a { background-color: rgb(29,184,92); }

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

border-color css

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

 span { border-color: rgb(29,184,92); }

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