Html Css Color HEX #1DB452 Pigment Green

📋 copy color: '#1DB452'

red 29 ◦ green 180 ◦ blue 82

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

Shades of Pigment Green #1DB452

Tints of Pigment Green #1DB452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.86%

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 9.97%
G = 61.86%
B = 28.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#1DB452 (or 0x1DB452) is known color: Pigment Green. HEX triplet: 1D, B4 and 52. RGB value is (29,180,82). Sum of RGB (Red+Green+Blue) = 29+180+82=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB452 is #E24BAD. Grayscale: #7B7B7B. Windows color (decimal): -14830510 or 5420061. OLE color: 5420061.

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

Color convert

RGB 29 180 82 -
CMYK 0.84 0 0.54 0.29
HSL 141.06º 0.72% 0.41% -
HSV(B) 141.06º 0.84% 0.71% -
XYZ 18.35 33.51 13.48 -
YUV 123.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 29 180 82 0.84 0 0.54 0.29 141.06 0.72 0.41
Hex 1D B4 52 54 0 36 1D 8D 48 29
Octal 35 264 122 124 0 66 35 215 110 51
Binary 11101 10110100 1010010 1010100 0 110110 11101 10001101 1001000 101001

Color Harmonies of #1DB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB452

Black with #1DB452

Text Example


Text Example

White with #1DB452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,180,82); }

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

background-color css

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

 a { background-color: rgb(29,180,82); }

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

border-color css

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

 span { border-color: rgb(29,180,82); }

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