#1DB052

Color #1DB052 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1DB052

Tints of Pigment Green #1DB052

Color information

#1DB052 (or 0x1DB052) is unknown color: approx Pigment Green. HEX triplet: 1D, B0 and 52. RGB value is (29,176,82). Sum of RGB (Red+Green+Blue) = 29+176+82=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB052 is #E24FAD. Grayscale: #797979. Windows color (decimal): -14831534 or 5419037. OLE color: 5419037.

HSL color Cylindrical-coordinate representation of color #1DB052: hue angle of 141.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB052 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB2917682-
CMYK0.8400.530.31
HSL141.63º71.71%40.2%-
HSV(B)141.63º83.52%69.02%-
XYZ17.5631.9213.22-
YUV121.33105.862.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.10%
GREEN value IS 176 (69.14% from 255) = 61.32%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=10.10%
G=61.32%
B=28.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29176820.8400.530.31141.6371.7140.2
Hex1DB052540351F8e4828
Octal352601221240653721611050
Binary111011011000010100101010100011010111111100011101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DB052;
 }
 .AnyTagClassName
 {
   color: #1DB052;
 }
</style>
background-color css

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

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

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

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

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

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