#1DB057

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

Shades of Pigment Green #1DB057

Tints of Pigment Green #1DB057

Color information

#1DB057 (or 0x1DB057) is unknown color: approx Pigment Green. HEX triplet: 1D, B0 and 57. RGB value is (29,176,87). Sum of RGB (Red+Green+Blue) = 29+176+87=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 176 (69.14% from 255 or 60.27% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB057 is #E24FA8. Grayscale: #7A7A7A. Windows color (decimal): -14831529 or 5746717. OLE color: 5746717.

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

Color convert

RGB2917687-
CMYK0.8400.510.31
HSL143.67º71.71%40.2%-
HSV(B)143.67º83.52%69.02%-
XYZ17.753214.26-
YUV121.9108.361.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.93%
GREEN value IS 176 (69.14% from 255) = 60.27%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=9.93%
G=60.27%
B=29.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29176870.8400.510.31143.6771.7140.2
Hex1DB057540331F904828
Octal352601271240633722011050
Binary111011011000010101111010100011001111111100100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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