#1fae47

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

Shades of Dark Pastel Green #1FAE47

Tints of Dark Pastel Green #1FAE47

Color information

#1FAE47 (or 0x1FAE47) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, AE and 47. RGB value is (31,174,71). Sum of RGB (Red+Green+Blue) = 31+174+71=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAE47 is #E051B8. Grayscale: #777777. Windows color (decimal): -14700985 or 4697631. OLE color: 4697631.

HSL color Cylindrical-coordinate representation of color #1FAE47: hue angle of 136.78º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE47 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB3117471-
CMYK0.8200.590.32
HSL136.78º69.76%40.2%-
HSV(B)136.78º82.18%68.24%-
XYZ16.8431.0211.06-
YUV119.5100.6264.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.23%
GREEN value IS 174 (68.36% from 255) = 63.04%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=11.23%
G=63.04%
B=25.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174710.8200.590.32136.7869.7640.2
Hex1FAE475203B20894628
Octal372561071220734021110650
Binary1111110101110100011110100100111011100000100010011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fae47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,174,71); }

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

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

 a { background-color: rgb(31,174,71); }

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

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

 span { border-color: rgb(31,174,71); }

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