#1DA146

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

Shades of Pigment Green #1DA146

Tints of Pigment Green #1DA146

Color information

#1DA146 (or 0x1DA146) is unknown color: approx Pigment Green. HEX triplet: 1D, A1 and 46. RGB value is (29,161,70). Sum of RGB (Red+Green+Blue) = 29+161+70=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 161 (63.28% from 255 or 61.92% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA146 is #E25EB9. Grayscale: #6F6F6F. Windows color (decimal): -14835386 or 4628765. OLE color: 4628765.

HSL color Cylindrical-coordinate representation of color #1DA146: hue angle of 138.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA146 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB2916170-
CMYK0.8200.570.37
HSL138.64º69.47%37.25%-
HSV(B)138.64º81.99%63.14%-
XYZ14.3626.1910.09-
YUV111.16104.7769.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.15%
GREEN value IS 161 (63.28% from 255) = 61.92%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=11.15%
G=61.92%
B=26.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal29161700.8200.570.37138.6469.4737.25
Hex1DA14652039258b4525
Octal352411061220714521310545
Binary1110110100001100011010100100111001100101100010111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,161,70); }

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

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

 a { background-color: rgb(29,161,70); }

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

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

 span { border-color: rgb(29,161,70); }

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