Html Css Color HEX #1DAB52 Pigment Green

📋 copy color: '#1DAB52'

red 29 ◦ green 171 ◦ blue 82

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

Shades of Pigment Green #1DAB52

Tints of Pigment Green #1DAB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.64%

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

R = 10.28%
G = 60.64%
B = 29.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#1DAB52 (or 0x1DAB52) is known color: Pigment Green. HEX triplet: 1D, AB and 52. RGB value is (29,171,82). Sum of RGB (Red+Green+Blue) = 29+171+82=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAB52 is #E254AD. Grayscale: #767676. Windows color (decimal): -14832814 or 5417757. OLE color: 5417757.

HSL color Cylindrical-coordinate representation of color #1DAB52: hue angle of 142.39º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAB52 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 171 82 -
CMYK 0.83 0 0.52 0.33
HSL 142.39º 0.71% 0.39% -
HSV(B) 142.39º 0.83% 0.67% -
XYZ 16.59 30 12.9 -
YUV 118.4 107.46 64.24 -
System Red Green Blue C M Y K H S L
Decimal 29 171 82 0.83 0 0.52 0.33 142.39 0.71 0.39
Hex 1D AB 52 53 0 34 21 8E 47 27
Octal 35 253 122 123 0 64 41 216 107 47
Binary 11101 10101011 1010010 1010011 0 110100 100001 10001110 1000111 100111

Color Harmonies of #1DAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAB52

Black with #1DAB52

Text Example


Text Example

White with #1DAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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