Html Css Color HEX #1DB25B Pigment Green

📋 copy color: '#1DB25B'

red 29 ◦ green 178 ◦ blue 91

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

Shades of Pigment Green #1DB25B

Tints of Pigment Green #1DB25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.73%

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

R = 9.73%
G = 59.73%
B = 30.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#1DB25B (or 0x1DB25B) is known color: Pigment Green. HEX triplet: 1D, B2 and 5B. RGB value is (29,178,91). Sum of RGB (Red+Green+Blue) = 29+178+91=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB25B is #E24DA4. Grayscale: #7B7B7B. Windows color (decimal): -14831013 or 6009373. OLE color: 6009373.

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

Color convert

RGB 29 178 91 -
CMYK 0.84 0 0.49 0.30
HSL 144.97º 0.72% 0.41% -
HSV(B) 144.97º 0.84% 0.7% -
XYZ 18.32 32.86 15.27 -
YUV 123.53 109.64 60.57 -
System Red Green Blue C M Y K H S L
Decimal 29 178 91 0.84 0 0.49 0.30 144.97 0.72 0.41
Hex 1D B2 5B 54 0 31 1E 91 48 29
Octal 35 262 133 124 0 61 36 221 110 51
Binary 11101 10110010 1011011 1010100 0 110001 11110 10010001 1001000 101001

Color Harmonies of #1DB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB25B

Black with #1DB25B

Text Example


Text Example

White with #1DB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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