Html Css Color HEX #1DB75B Pigment Green

📋 copy color: '#1DB75B'

red 29 ◦ green 183 ◦ blue 91

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

Shades of Pigment Green #1DB75B

Tints of Pigment Green #1DB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.4%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 9.57%
G = 60.4%
B = 30.03%

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

#1DB75B (or 0x1DB75B) is known color: Pigment Green. HEX triplet: 1D, B7 and 5B. RGB value is (29,183,91). Sum of RGB (Red+Green+Blue) = 29+183+91=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB75B is #E248A4. Grayscale: #7E7E7E. Windows color (decimal): -14829733 or 6010653. OLE color: 6010653.

HSL color Cylindrical-coordinate representation of color #1DB75B: hue angle of 144.16º 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 #1DB75B is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 183 91 -
CMYK 0.84 0 0.50 0.28
HSL 144.16º 0.73% 0.42% -
HSV(B) 144.16º 0.84% 0.72% -
XYZ 19.33 34.88 15.61 -
YUV 126.47 107.98 58.48 -
System Red Green Blue C M Y K H S L
Decimal 29 183 91 0.84 0 0.50 0.28 144.16 0.73 0.42
Hex 1D B7 5B 54 0 32 1C 90 49 2A
Octal 35 267 133 124 0 62 34 220 111 52
Binary 11101 10110111 1011011 1010100 0 110010 11100 10010000 1001001 101010

Color Harmonies of #1DB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB75B

Black with #1DB75B

Text Example


Text Example

White with #1DB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,183,91); }

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

background-color css

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

 a { background-color: rgb(29,183,91); }

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

border-color css

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

 span { border-color: rgb(29,183,91); }

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