#1FAF4A

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

Shades of Dark Pastel Green #1FAF4A

Tints of Dark Pastel Green #1FAF4A

Color information

#1FAF4A (or 0x1FAF4A) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, AF and 4A. RGB value is (31,175,74). Sum of RGB (Red+Green+Blue) = 31+175+74=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAF4A is #E050B5. Grayscale: #787878. Windows color (decimal): -14700726 or 4894495. OLE color: 4894495.

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

Color convert

RGB3117574-
CMYK0.8200.580.31
HSL137.92º69.9%40.39%-
HSV(B)137.92º82.29%68.63%-
XYZ17.1331.4511.65-
YUV120.43101.7964.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 175 (68.75% from 255) = 62.5%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=11.07%
G=62.5%
B=26.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31175740.8200.580.31137.9269.940.39
Hex1FAF4A5203A1F8a4628
Octal372571121220723721210650
Binary111111010111110010101010010011101011111100010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,175,74); }

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

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

 a { background-color: rgb(31,175,74); }

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

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

 span { border-color: rgb(31,175,74); }

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