#1FAC37

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

Shades of Dark Pastel Green #1FAC37

Tints of Dark Pastel Green #1FAC37

Color information

#1FAC37 (or 0x1FAC37) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, AC and 37. RGB value is (31,172,55). Sum of RGB (Red+Green+Blue) = 31+172+55=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC37 is #E053C8. Grayscale: #747474. Windows color (decimal): -14701513 or 3648543. OLE color: 3648543.

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

Color convert

RGB3117255-
CMYK0.8200.680.33
HSL130.21º69.46%39.8%-
HSV(B)130.21º81.98%67.45%-
XYZ16.0130.078.58-
YUV116.593.2967.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 172 (67.58% from 255) = 66.67%
BLUE value IS 55 (21.88% from 255) = 21.32%
R=12.02%
G=66.67%
B=21.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31172550.8200.680.33130.2169.4639.8
Hex1FAC375204421824528
Octal372546712201044120210550
Binary1111110101100110111101001001000100100001100000101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,172,55); }

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

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

 a { background-color: rgb(31,172,55); }

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

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

 span { border-color: rgb(31,172,55); }

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