#1DB351

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

Shades of Pigment Green #1DB351

Tints of Pigment Green #1DB351

Color information

#1DB351 (or 0x1DB351) is unknown color: approx Pigment Green. HEX triplet: 1D, B3 and 51. RGB value is (29,179,81). Sum of RGB (Red+Green+Blue) = 29+179+81=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB351 is #E24CAE. Grayscale: #7B7B7B. Windows color (decimal): -14830767 or 5354269. OLE color: 5354269.

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

Color convert

RGB2917981-
CMYK0.8400.550.30
HSL140.8º72.12%40.78%-
HSV(B)140.8º83.8%70.2%-
XYZ18.1133.113.22-
YUV122.98104.360.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 179 (70.31% from 255) = 61.94%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=10.03%
G=61.94%
B=28.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29179810.8400.550.30140.872.1240.78
Hex1DB351540371E8d4829
Octal352631211240673621511051
Binary111011011001110100011010100011011111110100011011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,179,81); }

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

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

 a { background-color: rgb(29,179,81); }

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

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

 span { border-color: rgb(29,179,81); }

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