#1DA445

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

Shades of Pigment Green #1DA445

Tints of Pigment Green #1DA445

Color information

#1DA445 (or 0x1DA445) is unknown color: approx Pigment Green. HEX triplet: 1D, A4 and 45. RGB value is (29,164,69). Sum of RGB (Red+Green+Blue) = 29+164+69=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA445 is #E25BBA. Grayscale: #717171. Windows color (decimal): -14834619 or 4563997. OLE color: 4563997.

HSL color Cylindrical-coordinate representation of color #1DA445: hue angle of 137.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA445 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB2916469-
CMYK0.8200.580.36
HSL137.78º69.95%37.84%-
HSV(B)137.78º82.32%64.31%-
XYZ14.8627.2410.11-
YUV112.8103.2768.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 164 (64.45% from 255) = 62.60%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=11.07%
G=62.60%
B=26.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29164690.8200.580.36137.7869.9537.84
Hex1DA4455203A248a4626
Octal352441051220724421210646
Binary1110110100100100010110100100111010100100100010101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,164,69); }

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

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

 a { background-color: rgb(29,164,69); }

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

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

 span { border-color: rgb(29,164,69); }

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