#1DB054

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

Shades of Pigment Green #1DB054

Tints of Pigment Green #1DB054

Color information

#1DB054 (or 0x1DB054) is unknown color: approx Pigment Green. HEX triplet: 1D, B0 and 54. RGB value is (29,176,84). Sum of RGB (Red+Green+Blue) = 29+176+84=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB054 is #E24FAB. Grayscale: #797979. Windows color (decimal): -14831532 or 5550109. OLE color: 5550109.

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

Color convert

RGB2917684-
CMYK0.8400.520.31
HSL142.45º71.71%40.2%-
HSV(B)142.45º83.52%69.02%-
XYZ17.6331.9513.63-
YUV121.56106.861.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 176 (69.14% from 255) = 60.90%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=10.03%
G=60.90%
B=29.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29176840.8400.520.31142.4571.7140.2
Hex1DB054540341F8e4828
Octal352601241240643721611050
Binary111011011000010101001010100011010011111100011101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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